Debugger somehow not working when I installed 9.0

rkr

Member
I had an old version of PL/SQL Developer and it all worked fine. I was using 32 bit oracle client. When I installed and tried 9.0.2 however the debugger stopped working - it wont step into procedures like before.

Can someone cast some light on what may be the problem?

Thanks

RK
 
Hi,

Give some more info, like Oracle (Client) version.
Also, are these procedures compiled with Debug information?

Roeland
 
Sorry - it my mistake - I had to "Add Debug Information"

I'm having to do it every time I recompile the procedure.
is there a way to avoid this?

Thanks

RK
 
Hi,

at Tools/Preferences/Oracle/Debugger there is an checkbox "Add debug information when compiling" and some Options for exceptions.

But this will also grow the size of the compiled objects.
 
Back
Top