pgAdmin III commit: Don't reset breakpoints when folding code

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Don't reset breakpoints when folding code
Дата
Msg-id E1SRUVa-0006YC-4T@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=548c348b3eee1bb41f3d17a2d70b9a11e2068460
Author: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>

Modified Files
--------------
CHANGELOG                          |    2 ++
pgadmin/debugger/ctlCodeWindow.cpp |    8 +++++++-
2 files changed, 9 insertions(+), 1 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Don't reset breakpoints when folding code
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Folding code in debugger window sets a breakpoint