[Implemented] - Align debugger cursor with breakpoint line

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

[Implemented] - Align debugger cursor with breakpoint line

Post 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. :evil:
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
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: [IDE/Debugger] - Align cursor with breakpoint line

Post 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 " :evil: " helps your feature request?
quidquid Latine dictum sit altum videtur
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: [IDE/Debugger] - Align cursor with breakpoint line

Post by skywalk »

The :evil: 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. :x
Yes, another mad symbol. :)
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply