Thread: pgAdmin 4 commit: Enable the start debugging button once execution is c

pgAdmin 4 commit: Enable the start debugging button once execution is c

From
Akshay Joshi
Date:
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(-)