pgAdmin 4 commit: Enable the start debugging button once execution is c - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Enable the start debugging button once execution is c
Date
Msg-id E1o7AoK-0002Fq-EK@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Enable the start debugging button once execution is completed. Fixes #7517

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_12.rst                  |  2 +
web/pgadmin/tools/debugger/__init__.py             |  2 +-
.../tools/debugger/static/js/DebuggerConstants.js  |  4 +-
.../js/components/DebuggerArgumentComponent.jsx    | 67 +++++++++-------------
.../static/js/components/DebuggerComponent.jsx     | 32 +++++++++--
.../debugger/static/js/components/ToolBar.jsx      | 40 +++++++------
.../tools/debugger/static/js/debugger_ui.js        | 10 +++-
7 files changed, 89 insertions(+), 68 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-7517]: Enable restart debugging once execution is completed
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-7517]: Enable restart debugging once execution is completed