Folding code in debugger window sets a breakpoint

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Folding code in debugger window sets a breakpoint
Дата
Msg-id 4FA7B7CA.5090208@enterprisedb.com
обсуждение исходный текст
Ответы Re: Folding code in debugger window sets a breakpoint  (Guillaume Lelarge <guillaume@lelarge.info>)
Список 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

Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Re: PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: 1.16 beta 1 ?