Thread: pgAdmin 4 commit: Fix debugging of procedures in EPAS packages. Fixes#

pgAdmin 4 commit: Fix debugging of procedures in EPAS packages. Fixes#

From
Dave Page
Date:
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(-)