PATCH: Debugger with Postgres Plus Advanced Server (EnterpriseDB)

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: Debugger with Postgres Plus Advanced Server (EnterpriseDB)
Date: 2013-07-05 12:32:16
Message-ID: CAG7mmoxgDn-3=70XVCrF6qeoh8U5wug8xDWfYAtOGf6W0+z+Sw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

Debugger with PPAS was not working properly due some of the typos in the
commands for the older version of debugger and in the target generation
query.
I also found an assert initializing the parameter window while debugging a
procedure/function of a package without any parameter.
We do open that dialog to ask the user, if he wants to debug the package
initializer too or not.

Please find the patch for the same.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

Attachment Content-Type Size
debugger_with_ppas.patch application/octet-stream 6.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dinesh Kumar 2013-07-05 13:14:57 Patch for pgAdmin crash, while creating procedure.
Previous Message Ashesh Vashi 2013-07-05 09:11:17 PATCH: Wait for the thread only if it is running