Fix debugger issues which could occur if one or more of the ajax calls used to 
gather execution environment info completed in an unexpected order.

To resolve this, we have callbacks from each ajax call initiate the next one so 
everything is guaranteed to be sequential.

Fixes #1354
Fixes #1323

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dd4705af6002d9d4db26513fa9b55ba9278d6d90
Author: Neel Patel <neel.pa...@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/templates/debugger/js/direct.js | 4 +---
1 file changed, 1 insertion(+), 3 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