Resolve various debugger quirks. Fixes #1227

- Prevent the user from executing multiple options at once, resulting in 
"Execute cannot be used while an asynchronous query is underway********** Error 
****" messages

- Stop polling when debugging is complete.

- Don't show the busy cursory when debugging is complete.

- Display info messages properly, and reset them between executions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6f30cabdbb649cf852d33b76b676e2c966438235
Author: Murtuza Zabuawala <murtuza.zabuaw...@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             |  35 +++-
web/pgadmin/tools/debugger/static/css/debugger.css |  11 ++
.../tools/debugger/templates/debugger/js/direct.js | 183 ++++++++++++++++++---
3 files changed, 201 insertions(+), 28 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to