Re: Has anyone tried out the PL/pgSQL debugger? - Mailing list pgsql-hackers

From Dave Page
Subject Re: Has anyone tried out the PL/pgSQL debugger?
Date
Msg-id 46DD7932.7020408@postgresql.org
Whole thread Raw
In response to Re: Has anyone tried out the PL/pgSQL debugger?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule wrote:
> Hello Korry
> 
> I test it and with pgAdmin and sent some bug reports (pgAdmin had some
> problems not debugger).
> 

Did you report the issues you had? I don't recall seeing anything.

> 1. can be integrated into psql?

Not without significant effort I would imagine - it's too interactive.

> 2. can be started from query execution (with breakpoint). Now I have
> to expliciltly start debugged function.

pgAdmin allows you to do it either explicitly or with a global
breakpoint (ie. one that will catch invocation in any backend).

What version of pgAdmin did you test exactly? The global breakpoint code
was maybe unavailable for a few days many months ago, but has been there
for a long time now.

Regards, Dave.


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Has anyone tried out the PL/pgSQL debugger?
Next
From: "korry.douglas"
Date:
Subject: Re: Has anyone tried out the PL/pgSQL debugger?