| From: | "Ravi Chemudugunta" <chemuduguntar(at)gmail(dot)com> | 
|---|---|
| To: | "Dave Page" <dpage(at)pgadmin(dot)org> | 
| Cc: | pgsql-general(at)postgresql(dot)org | 
| Subject: | Re: using plpgsql debuggers | 
| Date: | 2008-10-29 21:41:38 | 
| Message-ID: | 7a4208ef0810291441w4cadce88p2198aedb6779f4bd@mail.gmail.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-general | 
Thanks for the replies.
I probably should have explained what it is that I am trying to do.
I am trying to create a command line interface to the debugger rather than
using the GUI (that'll eventually plug into a sort of testing harness) - so
I am needing to figure out how it actually works.  In the code comments it
mentions that any client can be used (psql) ... I don't mind all the extra
typing =)
Any thoughts on how I may do this?
I did have a brief look at the code inside pgadmin's debugger module - but
it was a bit hard to figure out how it kicked the whole process off...
-ravi
On Wed, Oct 29, 2008 at 9:54 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> On Wed, Oct 29, 2008 at 6:48 AM, Ravi Chemudugunta
> <chemuduguntar(at)gmail(dot)com> wrote:
> > hi all,
> >
> > has anyone here heard of / used:
> >
> > http://pgfoundry.org/projects/edb-debugger/
> >
> > This allows one to debug code, using breakpoints, single stepping etc.
> which
> > seems really great but I haven't figured out how to use it yet?
> >
> > I can't figure out how to invocate the server (target) side in order to
> then
> > get the proxy to connect to it.
>
> Run pgAdmin with the plugin enabled in your database, and right-click
> a function and select one of the debugging options.
>
>
> --
> Dave Page
> EnterpriseDB UK:   http://www.enterprisedb.com
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Marlowe | 2008-10-29 22:01:36 | Re: Group BY | 
| Previous Message | WaGathoni | 2008-10-29 20:59:44 | Group BY |