How to enable debug function from sql developer (oracle)

I have a package consisting of functions and a procedure. I need to run this package in debug mode. I can set a breakpoint in functions or procedures. But if I want to debug a package that doesn't work. The start option appears as disabled. How can I do this job.

thank

enter image description here

+3
source share
1 answer

go to an open connection, open your package, then you can debug it.

enter image description here

+3
source

All Articles