IDE features for programmers

Error Stack Trace window

The Error Stack Trace window which becomes available when you have an error. Take this example code:

See the little link “[Show Stack Trace]” that appears beside the error message? By clicking that link the following window comes up:

You can just click on the function links to have the editor navigate to the right function and line. Not only that but the editor will also alter the annotation block of the destination function to show the relevant iteration.

Leave A Comment?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.