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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where Debugger is not getting started
Date: 2022-06-22 05:53:48
Message-ID: E1o3tJE-0006f3-Kn@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-22 05:54:30 Re: [pgAdmin][RM-6132]: [React] Port debugger to React
Previous Message Aditya Toshniwal 2022-06-21 14:22:32 [pgAdmin][RM7492] Remove pgAdmin app dynamic module loading