Re: [pgadmin-hackers] Folding code in debugger window sets a breakpoint

2012-05-07 Thread Guillaume Lelarge
On Mon, 2012-05-07 at 22:26 +0200, Guillaume Lelarge wrote: > On Mon, 2012-05-07 at 14:53 +0300, Heikki Linnakangas wrote: > > In the debugger window, when you click on a cross on the left margin to > > fold or unfold a block of code, we also set or clear a breakpoint on > > that line. That's cle

Re: [pgadmin-hackers] Folding code in debugger window sets a breakpoint

2012-05-07 Thread Guillaume Lelarge
On Mon, 2012-05-07 at 14:53 +0300, Heikki Linnakangas wrote: > In the debugger window, when you click on a cross on the left margin to > fold or unfold a block of code, we also set or clear a breakpoint on > that line. That's clearly not the way it's supposed to work - should > only set/clear br

[pgadmin-hackers] Folding code in debugger window sets a breakpoint

2012-05-07 Thread Heikki Linnakangas
In the debugger window, when you click on a cross on the left margin to fold or unfold a block of code, we also set or clear a breakpoint on that line. That's clearly not the way it's supposed to work - should only set/clear breakpoints when you click on the line number or the margin that displ