Error Stack Trace window
Contents
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.
Continue: Search and Replace