[Debugg] 10g Step Into (7.0)

cosmos

Member
Hi all,

I have a package which call another.
When I debbug the first one I can't open the second one when i use Step Into debugger : on oracle 9i, when the second package is called, the debugger allow me to follow the steps in the other package. In 10g, the package is correctly executed, but the debug does not step into the included package (goes directly to next step)

Any ideas ?

Thank you

edit : tested on 6 and 7 versions, same result (works on 9i not on 10g)
 
Ok We find the solution.
In 10G we MUST right click on the sub package and select add debug information in order to step into it.

++
 
Back
Top