DEBUG 10G NOT WORKING

rbybee

Member
I am trying to run debug in 10G but the debugger refuses to step into the procedure and then it runs the procedure to completion. I am running the latest version of PLSQL Developer 7.1.1.1339.
 
Can you add debug information to this procedure by right-clicking on it and selecting "Add debug information"?

On 10g, if a program unit is not compiled with debug information, you cannot step through it.
 
This was not the case in 9i. Is there a workaround to this problem as the majority of the packages are not compiled with debug information on. There are several thousand packages and bodies that would need to be recompiled in a Production environment.

Thanks for your help.
 
Back
Top