pgAdmin III commit: Avoid the most serious side effects of the debugger

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Avoid the most serious side effects of the debugger
Дата
Msg-id E1UwThE-0007N0-QS@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Avoid the most serious side effects of the debugger plugins inability
to handle direct debugging and global debugging of the same function at
once. There are still some weird side effects (like debugging being split
between two sessions), but it doesn't crash and burn. A more complete
fix requires plugin changes, so we need to be able to cope with this at
the client side as gracefully as possible to allow for older plugins.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=35030574c4807be799e02c14291aecfa9cf835b8
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

Modified Files
--------------
pgadmin/debugger/dbgController.cpp       |   38 +++++++++++++++++++-----------
pgadmin/debugger/dbgEvents.cpp           |    3 +--
pgadmin/debugger/frmDebugger.cpp         |    8 ++++++-
pgadmin/include/debugger/dbgController.h |    3 ++-
4 files changed, 34 insertions(+), 18 deletions(-)


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

Предыдущее
От: Neel Patel
Дата:
Сообщение: Re: Materialized View Patch File
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Handle the cross type of debugging (context & in-context) on same function at the same time