Debugger problem - No debug information.

pafka

Member
Hello,

i am newbie in using PL/SQL developer and i receive message - "No debug information" when i am debugging simple code and move mouse pointer above variable in code.

I apreciate any info.

Thanks Pafka.
 
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"

for further information just search the forum !
 
Back
Top