Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging Oracle Triggers using PL\SQL Developer 7.0.2?

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.

like image 795
Maddy Avatar asked Jun 29 '26 09:06

Maddy


1 Answers

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.

like image 114
Maddy Avatar answered Jul 01 '26 23:07

Maddy