Page 1 of 1
[Implemented] - Align debugger cursor with breakpoint line
Posted: Tue Jan 15, 2013 8:50 pm
by skywalk
Please put the cursor ON the breakpoint line so I can toggle the breakpoint without having to always hit the Up arrow key or otherwise click the current line. Really confusing as I often try to toggle a breakpoint but instead add another on the very next line.

Re: [IDE/Debugger] - Align cursor with breakpoint line
Posted: Tue Jan 15, 2013 9:26 pm
by freak
Its done this way, because the 'line with cursor' mark overrides the 'current executed line'. Putting the cursor on the breakpoint line makes the breakpoint invisible.
Sidenote: Do you think the "

" helps your feature request?
Re: [IDE/Debugger] - Align cursor with breakpoint line
Posted: Tue Jan 15, 2013 10:07 pm
by skywalk
The

mark is how
I feel every time I'm burned by this.
I do not understand the logic of stepping a line of code, but the active cursor is one ahead.

Yes, another mad symbol.
