Feature request: Bookmarks in Error Stack window

bsork

Member
Would it be possible to have an option for the highlighted error lines in an error stack window to be automatically marked with for instance bookmark no 0?

That would make navigating a lot easier when peeking around in the code to found out what's really happened, especially when using the debugger isn't possible for one reason or another.
 
Hi,

double click in the error-window and the cursor jumps to the corresponding line in editor-window.
 
Back
Top