Subject Re: [firebird-support] Debugging triggers
Author Milan Babuskov
Christian Gütter wrote:
> With "debugging", I also meant such goodies like breakpoints,
> step-by-step execution, watches and so on.
>
> But there seems to be no tool which can do this with triggers.
> To me, the only way seems to be to translate the trigger into a stored
> procedure.

You can create some temporary table that contains variables, and just
insert into it for each line in trigger. Of course, it still doesn't
cover breakpoints and step-by-step execution.

HTH

--
Milan Babuskov
http://fbexport.sourceforge.net