[pgadmin-hackers] [pgAdmin4][debugger]: RM #1354 & RM #1323

2016-06-18 Thread Neel Patel
Hi, Please find attached patch file for the fix of RM #1354 and RM #1323. RM 1354 - Debugging PL/pgSQL causes "Debugger: Error fetching variable information". RM 1323 - Debugger: Continue execution error displayed if debug plpgsql function in Desktop Runtime Application. Both the issue are rela

Re: [pgadmin-hackers] [pgAdmin4][debugger]: RM #1354 & RM #1323

2016-06-18 Thread Dave Page
Hi Isn't any solution that relies on artificial delays likely to fail sooner or later? Can't we reliably ensure the operations happen sequentially? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company >

[pgadmin-hackers] [debugger] Ability to execute statements at breakpoint and analyze results of data returning statements

2016-06-18 Thread Adam Brusselback
Hey all, I am not sure if this is really the right place to ask/propose this or not, but I thought i'd give it a shot. If nothing else I can be pointed to the correct place. Let me preface this with: I am not at all familiar with the underlying code of the debugger, how it interacts with Postgres