Thread: pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes#2

pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes#2

From
Ashesh Vashi
Date:
Fix debugging of self-referencing functions. Fixes #2524

Branch
------
WEBPACK_DEVEL2

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

Modified Files
--------------
web/pgadmin/tools/debugger/static/js/direct.js     | 40 +++++++++++++---------
.../templates/debugger/sql/v1/continue.sql         |  4 +--
.../templates/debugger/sql/v1/select_frame.sql     |  4 +--
.../templates/debugger/sql/v1/step_into.sql        |  4 +--
.../templates/debugger/sql/v1/step_over.sql        |  4 +--
.../debugger/sql/v1/wait_for_breakpoint.sql        |  4 +--
.../templates/debugger/sql/v2/continue.sql         |  4 +--
.../templates/debugger/sql/v2/select_frame.sql     |  4 +--
.../templates/debugger/sql/v2/step_into.sql        |  4 +--
.../templates/debugger/sql/v2/step_over.sql        |  4 +--
.../debugger/sql/v2/wait_for_breakpoint.sql        |  4 +--
11 files changed, 43 insertions(+), 37 deletions(-)