| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fixed debugger execution issues: |
| Date: | 2018-08-29 12:15:48 |
| Message-ID: | E1fuzO0-0005pg-Ur@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fixed debugger execution issues:
1. Allow debugging of EPAS package procedures/functions with INOUT params.
2. Add support for indirect debugging for EPAS package procedures/functions.
3. Allow debugging with NULL param values.
4. Remove saved debug arguments.
Fixes #3191
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=208ee4da8c19a81b5907b436e2eb16a72591234e
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_3_3.rst | 1 +
web/migrations/versions/ca00ec32581b_.py | 34 +++++
web/pgadmin/model/__init__.py | 2 +-
web/pgadmin/tools/debugger/static/js/debugger.js | 23 ++-
.../tools/debugger/static/js/debugger_ui.js | 167 ++++++++++++---------
.../debugger/sql/get_function_debug_info.sql | 5 -
6 files changed, 150 insertions(+), 82 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2018-08-29 12:16:10 | Re: Fix for debugger issue with EPAS package procedures/functions INOUT params #RM3191 |
| Previous Message | Dave Page | 2018-08-29 10:33:28 | pgAdmin 4 commit: When building the Windows installer, copy system Pyth |