debugging a trigger

Hi,

I'm new to PL/SQL Developer and can't find out how to debug a trigger. I set a breakpoint in the trigger, compile the trigger and do an update elsewhere which fires the trigger. But PL/SQL Developer doesn't jump in the code. What I am doing wrong?

TIA

Chris
 
Hi Scott,

thanks, I've found that. My error was to wait until the trigger is fired from elsewhere. I understand now that I've to use the test window to fire the trigger.

Thanks again,

Chris
 
Back
Top