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 can debug function1 and function2 separately, but when debugging
function1, there is no way to go into function2.

Please, tell us what can we do on this. Regards.

-- 
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

Reply via email to