Subject | RE: [ib-support] how do you debug triggers and SPs ? |
---|---|
Author | Riho-Rene Ellermaa |
Post date | 2002-02-15T15:08:52Z |
Other good debugger is in IBAdmin
Riho-Rene Ellermaa
senior programmer
Hansabank
Riho-Rene Ellermaa
senior programmer
Hansabank
> >>there are tools/tricks that I can use in order to
> debug/trace triggers and
> >>SPs ?
> >>
> >
> >There are only emulators, not true debuggers.
> >The truth is that the engine doesn't provide an API to allow
> debugging.
> >
> That being said, I find Quickdesk's stored procedure debugger very
> useful. It allows you to step through the procedure one line
> at a time
> and see what values are in what variables. Our application
> has over 350
> procedures in it. The debugger has saved me hours of work.
>
> Todder
>
>