Re: PATCH: Debugger with Postgres Plus Advanced Server (EnterpriseDB)

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Debugger with Postgres Plus Advanced Server (EnterpriseDB)
Date: 2013-07-08 13:53:00
Message-ID: CA+OCxowb-3rnP9jrqLNgzQCqxep6sh_Q1aMn+mr_ENQ+udhrrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Fri, Jul 5, 2013 at 1:32 PM, Ashesh Vashi
<ashesh(dot)vashi(at)enterprisedb(dot)com>wrote:

> 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>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-08 13:56:46 pgAdmin III commit: Handle attempts to debug dropped functions graceful
Previous Message Dave Page 2013-07-08 13:52:54 pgAdmin III commit: Fix a number of issues with debugging on older vers