3

I am able to debug the procedures and functions in PL\SQL Developer but when i set break points for Trigger its not taking them as a valid break points. Can we debug code in triggers using pl\sql developer.

John Doyle
  • 7,475
  • 5
  • 33
  • 40
Maddy
  • 3,726
  • 9
  • 41
  • 55
  • 1
    I put some DML in a test window, add break points to the trigger and it works for me. How do you do it ? what goes wrong when you try ? – A.B.Cade Dec 15 '11 at 06:22

1 Answers1

3

As A.B.Cade said I just put some DML in a test window, added break points to the trigger and it worked. But prior to that we have to right click on trigger and select "Add Debug information" on context menu.

Maddy
  • 3,726
  • 9
  • 41
  • 55