Folding code in debugger window sets a breakpoint - Mailing list pgadmin-hackers

From Heikki Linnakangas
Subject Folding code in debugger window sets a breakpoint
Date
Msg-id 4FA7B7CA.5090208@enterprisedb.com
Whole thread Raw
Responses Re: Folding code in debugger window sets a breakpoint  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
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.

Attached is a patch to fix that.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

Attachment

pgadmin-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Re: PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX
Next
From: Guillaume Lelarge
Date:
Subject: Re: 1.16 beta 1 ?