pgAdmin 4 commit: Fixed an issue where Debugger is not getting started

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where Debugger is not getting started
Дата
Msg-id E1o3tJE-0006f3-Kn@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where Debugger is not getting started if arguments loaded from SQLite database. Fixes #6132

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41ceda01d04fb43513e548a402b65bb480c4af36
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             |   3 +
.../js/components/DebuggerArgumentComponent.jsx    | 337 +++++++++++----------
2 files changed, 176 insertions(+), 164 deletions(-)


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

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-6132]: [React] Port debugger to React