pgadmin4/web/pgadmin/tools/debugger
Neel Patel dd4705af60 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
2016-06-20 10:21:43 +01:00
..
static/css Fixed below review comments 2016-05-06 16:05:32 +05:30
templates/debugger 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. 2016-06-20 10:21:43 +01:00
__init__.py Properly quote function names when starting the debugger. Fixes #1225 2016-06-08 13:22:03 +01:00