pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes#2 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes#2
Date
Msg-id E1eM4u6-0006UJ-Cz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix debugging of self-referencing functions. Fixes #2524

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=136ed0d3e297f4dfcc467e1c0143aaeb276f0982
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #2849 - Allow editing of data on tableswith OIDs but no primary key
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: To fix the issue in Debugger module