pgAdmin 4 commit: Resolve various debugger quirks. Fixes #1227 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Resolve various debugger quirks. Fixes #1227
Date
Msg-id E1c5ClX-0003Sw-Te@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Resolve various debugger quirks. Fixes #1227

- Prevent the user from executing multiple options at once, resulting in "Execute cannot be used while an asynchronous
queryis 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.zabuawala@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(-)


pgadmin-hackers by date:

Previous
From: Jan Holst Jensen
Date:
Subject: Re: [pgadmin-support] Final pgAdmin III - v1.22.2 Released
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue in Debugger module (pgAdmin4)