Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable sql developer (oracle) debug option

I have a package that consists of functions and procedure. I nee d to run that package in debug mode. I can set breakpoint in the functions or procedures. But if I want to debug the package that is not working. The run option is showing as disable. How can I make that work.

Thanks

enter image description here

like image 622
Novis Avatar asked Mar 11 '26 08:03

Novis


1 Answers

go to your opened connection, open your package, then you will be able to debug it.

enter image description here

like image 92
Eng. Samer T Avatar answered Mar 13 '26 20:03

Eng. Samer T