Debug information Message No Work?

CCYANG

Member
Hi
My PL/SQL DEV. Version is V5.1.6.747.
While tracing a store procedure for Oracle 7.3.3 which has 2177 lines in it,before line 450 PL/SQL can show values of variable but after line 450 all variables shows "No Debug Information".
My Os is Window 2000 Server, RAM 512MB.
Does someone have same problem can help me?
Thank a lot.
 
Hy,

you had compiled your package(s) whithout debug information.
You can add it with a rightclick on the package header -> "Add debug information".
Or you change your Preferences:
Oracle->Debugger: "Add debug information while compiling"
 
HI:
Thank you for your replying.
I do it as you suggest,but it remains that situation,dos have any other suggection?

Thank you a lot.
 
On Oracle 7.3.3 the Oracle Debug API is an alpha version, and is therefore not the most stable. This seems like an alpha limitation to me.
 
It's not a PL/SQL Developer restriction, it's an Oracle 7.3.3 restriction. You will need to upgrade your Oracle Server to fix this.
 
Back
Top