
[Implemented] - Align debugger cursor with breakpoint line
[Implemented] - Align debugger cursor with breakpoint line
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. 

Last edited by skywalk on Sun Oct 27, 2013 4:27 pm, edited 1 time in total.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: [IDE/Debugger] - Align cursor with breakpoint line
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?
Sidenote: Do you think the "

quidquid Latine dictum sit altum videtur
Re: [IDE/Debugger] - Align cursor with breakpoint line
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.

I do not understand the logic of stepping a line of code, but the active cursor is one ahead.

Yes, another mad symbol.

The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum