[GENERAL] using plpgsql debuggers

2008-10-29 Thread Ravi Chemudugunta
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

Re: [GENERAL] using plpgsql debuggers

2008-10-29 Thread Dave Page
On Wed, Oct 29, 2008 at 6:48 AM, Ravi Chemudugunta [EMAIL PROTECTED] 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

Re: [GENERAL] using plpgsql debuggers

2008-10-29 Thread Ravi Chemudugunta
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

Re: [GENERAL] using plpgsql debuggers

2008-10-29 Thread Dave Page
On Wed, Oct 29, 2008 at 9:41 PM, Ravi Chemudugunta [EMAIL PROTECTED] wrote: 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