pgAdmin 4 commit: Allow debugging of functions and procedures in packag

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow debugging of functions and procedures in packag
Date: 2016-10-07 11:46:38
Message-ID: E1bsTbq-0004NV-Lv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow debugging of functions and procedures in packages on EPAS. Fixes #1577

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4e86345c28ec25d90a6f8997b6587c9651456f55
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 18 ++++++--
.../debugger/templates/debugger/js/debugger.js | 28 +++++++++++-
.../debugger/templates/debugger/js/debugger_ui.js | 50 ++++++++++++++++++++--
3 files changed, 88 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-07 11:49:10 Re: [Patch][pgAdmin4]: RM#1577 - Debug option for function/procedure under package node
Previous Message Murtuza Zabuawala 2016-10-07 11:42:55 Re: PATCH: To fix the issue in Debugger module (pgAdmin4)