pgAdmin 4 commit: Fix debugging of procedures in EPAS packages. Fixes# - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix debugging of procedures in EPAS packages. Fixes#
Date
Msg-id E1fYuGL-0005Fj-5X@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix debugging of procedures in EPAS packages. Fixes #3457

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b390c033cf3a48fc97559f721a061fbd1228dc5d
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_2.rst                   |  1 +
web/pgadmin/tools/debugger/__init__.py             | 18 +++++++-
web/pgadmin/tools/debugger/static/js/debugger.js   |  9 ++--
.../tools/debugger/static/js/debugger_utils.js     | 13 ++++++
web/regression/javascript/debugger_utils_spec.js   | 51 +++++++++++++++++++---
5 files changed, 81 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] - RM #3309 - Backup does not work with --format=d
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#3457] [EPAS] Debugger: Unable to debug theprocedure which is under the Package node