I want to debug a trigger.
I seem to recall that you could start a debug session of a client application in Delphi. Set a breakpoint in the trigger in PL/SQL Developer. Then when the trigger is executed from an action in Delphi, the breakpoint in the trigger would allow continued debugging in PL/SQL Developer.
If this is possible, what steps are required? If not, then how can I achieve debugging/stepping through the code in the trigger?
I seem to recall that you could start a debug session of a client application in Delphi. Set a breakpoint in the trigger in PL/SQL Developer. Then when the trigger is executed from an action in Delphi, the breakpoint in the trigger would allow continued debugging in PL/SQL Developer.
If this is possible, what steps are required? If not, then how can I achieve debugging/stepping through the code in the trigger?