Debug step through called procedures

Bryan_m

Member
Hi,

I'm evaluating PL/SQL developer 10, and wondered it it is possible to step through procedures that are called by the proc/package that is being tested in the same way that the current code is? I'm pretty sure that this could be don in a previous version that I used. I'm just wondering if I have a setting set incorrectly?

Thanks

Bryan
 
IMHO it depends on whether or not debug information is available for these procedures. If it's not available, then you cannot step through them.
 
Back
Top