DEBUG Issue

cct

Member²
Using version 13.0.4.1906 32 bit on Win server 2008 R2

I am trying to runb teh PL/SQL debugger on a package that is not behaving.

I create test script and run. Then step through till I get the package module call, but step into just moves to the next step in the test script. It does execute the module. I have tried setting a breakpoint in the module and recompiling, but no joy.

I have also tried with the same ersion on my Win 10 laptop - same issue.

In both cases I have checked that Add debug Information is ticked for the spec and the body.

Any ideas?

This is rather urgent as I am being pressed to prove or fix this code.

Thanks

Chris
 
Perhaps you are connected to the database as a different user than the package owner? If so, can you obtain the DEBUG ANY PROCEDURE system privilege and try again?
 
Back
Top