public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Procedural language debugger.
Date: Thu, 14 Apr 2016 20:36:09 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Procedural language debugger.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=12ae40fe62cd0b99be70469e4bc1a91f534a4...
Author: Neel Patel <[email protected]>
Modified Files
--------------
web/config.py | 2 +-
web/pgadmin/model/__init__.py | 20 +
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js | 230 ++++
web/pgadmin/tools/debugger/__init__.py | 1322 +++++++++++++++++++
web/pgadmin/tools/debugger/static/css/debugger.css | 72 +
.../tools/debugger/templates/debugger/direct.html | 63 +
.../debugger/templates/debugger/js/debugger.js | 329 +++++
.../debugger/templates/debugger/js/debugger_ui.js | 657 +++++++++
.../tools/debugger/templates/debugger/js/direct.js | 1388 ++++++++++++++++++++
.../templates/debugger/sql/execute_edbspl.sql | 104 ++
.../templates/debugger/sql/execute_plpgsql.sql | 32 +
.../debugger/sql/get_function_debug_info.sql | 64 +
.../templates/debugger/sql/v1/abort_target.sql | 4 +
.../debugger/sql/v1/add_breakpoint_edb.sql | 4 +
.../debugger/sql/v1/add_breakpoint_pg.sql | 4 +
.../templates/debugger/sql/v1/attach_to_port.sql | 4 +
.../templates/debugger/sql/v1/clear_breakpoint.sql | 4 +
.../templates/debugger/sql/v1/continue.sql | 11 +
.../templates/debugger/sql/v1/create_listener.sql | 2 +
.../sql/v1/debug_plpgsql_execute_target.sql | 4 +
.../debugger/sql/v1/debug_plpgsql_init.sql | 4 +
.../debugger/sql/v1/debug_spl_execute_target.sql | 4 +
.../templates/debugger/sql/v1/debug_spl_init.sql | 4 +
.../templates/debugger/sql/v1/deposit_value.sql | 4 +
.../templates/debugger/sql/v1/get_breakpoints.sql | 4 +
.../debugger/sql/v1/get_function_info.sql | 64 +
.../templates/debugger/sql/v1/get_stack_info.sql | 4 +
.../templates/debugger/sql/v1/get_variables.sql | 8 +
.../templates/debugger/sql/v1/select_frame.sql | 12 +
.../templates/debugger/sql/v1/set_breakpoint.sql | 4 +
.../templates/debugger/sql/v1/step_into.sql | 11 +
.../templates/debugger/sql/v1/step_over.sql | 11 +
.../debugger/sql/v1/wait_for_breakpoint.sql | 11 +
.../templates/debugger/sql/v1/wait_for_target.sql | 4 +
.../templates/debugger/sql/v2/abort_target.sql | 4 +
.../debugger/sql/v2/add_breakpoint_edb.sql | 4 +
.../debugger/sql/v2/add_breakpoint_pg.sql | 4 +
.../templates/debugger/sql/v2/attach_to_port.sql | 4 +
.../templates/debugger/sql/v2/clear_breakpoint.sql | 4 +
.../templates/debugger/sql/v2/continue.sql | 11 +
.../templates/debugger/sql/v2/create_listener.sql | 2 +
.../sql/v2/debug_plpgsql_execute_target.sql | 4 +
.../debugger/sql/v2/debug_plpgsql_init.sql | 4 +
.../debugger/sql/v2/debug_spl_execute_target.sql | 4 +
.../templates/debugger/sql/v2/debug_spl_init.sql | 4 +
.../templates/debugger/sql/v2/deposit_value.sql | 4 +
.../templates/debugger/sql/v2/get_breakpoints.sql | 4 +
.../debugger/sql/v2/get_function_info.sql | 64 +
.../templates/debugger/sql/v2/get_stack_info.sql | 4 +
.../templates/debugger/sql/v2/get_variables.sql | 8 +
.../templates/debugger/sql/v2/select_frame.sql | 11 +
.../templates/debugger/sql/v2/set_breakpoint.sql | 4 +
.../templates/debugger/sql/v2/step_into.sql | 11 +
.../templates/debugger/sql/v2/step_over.sql | 11 +
.../debugger/sql/v2/wait_for_breakpoint.sql | 12 +
.../templates/debugger/sql/v2/wait_for_target.sql | 4 +
web/setup.py | 15 +
57 files changed, 4669 insertions(+), 1 deletion(-)
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pgAdmin 4 commit: Procedural language debugger.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox