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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Enable the start debugging button once execution is c
Date: 2022-07-01 07:11:28
Message-ID: E1o7AoK-0002Fq-EK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-01 07:11:49 Re: [pgAdmin][RM-7517]: Enable restart debugging once execution is completed
Previous Message Nikhil Mohite 2022-07-01 04:43:53 [pgAdmin][RM-7517]: Enable restart debugging once execution is completed