Re: [pgadmin-support] help on plpgsqldebugger

2009-06-22 Thread Dave Page
On Sat, Jun 20, 2009 at 8:52 AM, fatmijumar fatmijumar wrote: > We have > > - postgresql 8.3.7 + plpgsql debugger > - pgadmin III v.1.10.0 RC1 > > The debugger works OK with pgsql functions, but it does not work > stepping into other functions. > > That is > > function 1 > BEGIN >  ... >  calls fun

[pgadmin-support] help on plpgsqldebugger

2009-06-20 Thread fatmijumar fatmijumar
We have - postgresql 8.3.7 + plpgsql debugger - pgadmin III v.1.10.0 RC1 The debugger works OK with pgsql functions, but it does not work stepping into other functions. That is function 1 BEGIN ... calls function 2 (step into does not work, it does not go into the code of function2) END; We