Re: [Patch][pgAdmin4]: RM#1577 - Debug option for function/procedure under package node

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [Patch][pgAdmin4]: RM#1577 - Debug option for function/procedure under package node
Date: 2016-10-07 11:49:10
Message-ID: CA+OCxoxw6dE=5vfz368v+1uagruN_p6tu87qbgrsiVmDgyhf5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied. Couple of questions/points:

- If there is no body for a procedure, the error is handled somewhat
ungracefully - the message is displayed without line breaks, and the
debugger panel is left empty. Can we make that a little nicer?

- In pgAdmin 3 there's a "Debug package initialiser?" option on the
parameter dialogue. Is that shown for appropriate packages? I don't
have an example to hand to test with.

On Fri, Oct 7, 2016 at 11:55 AM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Please find attached patch file which contains function/procedure debug
> support under package node. (RM #1577)
>
> Do review it and let me know for any comments.
>
> Thanks,
> Neel Patel
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
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 2016-10-07 11:53:22 Re: PATCH: To fix the issue in Debugger module (pgAdmin4)
Previous Message Dave Page 2016-10-07 11:46:38 pgAdmin 4 commit: Allow debugging of functions and procedures in packag