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-0006YB-3s@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
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=36a5cca0eb2b8e8bee43a20d503a3736d0852100
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
Дата:
Сообщение: Re: Limit the size of explainPopup
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Don't reset breakpoints when folding code