Subject Re: Debugging Stored Procedures
Author Adam
--- In firebird-support@yahoogroups.com, "Eduardo Mauro" <emauro2@...>
wrote:
>
> Use Database Workbench. You can step through a procedure.

While it may be a very useful tool, it should also be noted (IIRC)
that such tools are emulators of PSQL. That means that they do not
have debug hooks in Firebird, they just try to behave like Firebird
when running a stored procedure. Sometimes, they don't behave exactly
the same.

Adam