pgAdmin 4 commit: Improve the debugger's default page layout,and preve

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Improve the debugger's default page layout,and preve
Дата
Msg-id E1dS27t-0007ta-By@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Improve the debugger's default page layout, and prevent attempts to continue debugging after the user has stopped.
Fixes#2512, Fixes #2511 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d5e55964ad811690ac1b52efdc632e8b485e943
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             | 94 ++++++++++++++--------
.../tools/debugger/templates/debugger/direct.html  |  2 +-
.../debugger/templates/debugger/js/debugger.js     |  4 +-
.../tools/debugger/templates/debugger/js/direct.js | 39 ++++++---
4 files changed, 92 insertions(+), 47 deletions(-)


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

Предыдущее
От: Robert Eckhardt
Дата:
Сообщение: Re: [pgadmin-hackers] [Design update] Style guide for pgAdmin4
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] To fix the issues in Debugger module