pgAdmin 4 commit: Fixed an issue where Debugger is not getting started - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where Debugger is not getting started
Date
Msg-id E1o3tJE-0006f3-Kn@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-6132]: [React] Port debugger to React