Don't reset breakpoints when folding code 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 displays the red breakpoint symbol.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=36a5cca0eb2b8e8bee43a20d503a3736d0852100 Author: Heikki Linnakangas <heikki.linnakan...@enterprisedb.com> Modified Files -------------- CHANGELOG | 2 ++ pgadmin/debugger/ctlCodeWindow.cpp | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletions(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers