Page 1 of 1

[IDE/DEBUGGER] - Add 'Goto current line'

Posted: Tue Apr 12, 2011 5:04 pm
by skywalk
While debugging, I sometimes lose my way with open files and scrolling code and reviewing variable contents.
How do I get back to the current line without executing the next statement or searching for the breakpoint background color?
Is there a Goto current line or Show Next Statement?
If I hit [Ctrl+G] and [Enter] for a blank entry, it would be cool if it jumped to the current line in the debug.
Or if the debugger log could show the current line number?

Thanks.

Re: [IDE/DEBUGGER] - Add 'Goto current line'

Posted: Wed Apr 13, 2011 1:52 am
by MachineCode
In the Preferences for Shortcuts, you'll see that Ctrl+L always goes back to the previous line. Is that what you need?

Re: [IDE/DEBUGGER] - Add 'Goto current line'

Posted: Wed Apr 13, 2011 3:23 am
by skywalk
Yeah, [Ctrl+L] does not always work. It scrolls through a history of moves. And if I am in a different file or tab, it can get lost.