Package compilation not adding debug info

cct

Member²
Using v13 32 bit on Windows 7, package compilation is not honouring the 'Always add debug' info settings.

I have tried adding uppercase as well as lowercase matches, but every compilation from the program window still seems to delete the debug info - ot worse it seems to leave the old info there, getting very strange results

Chris
 
On closer inspection it seems to work just fine. Can you send me a screenshot of your debugger preference page? Can you also let me know how you conclude whether debug information is present or not?
 
I will send the screenshot by email.

Two ways to determine if debug info is present - firstly by right clicking on the opackage body in the object explorere and seeing if the 'Add debug information' line is ticked, or by running a debug session - any watched variables will just say no debug info.

CHris
 
The connection matches should be on separate lines. It does not interpret the comma as a separator. I see that this is not documented at all.

We'll improve this so that commas and semi-colons can be used as well.
 
cct said:
Two ways to determine if debug info is present - firstly by right clicking on the package body in the object explorer and seeing if the 'Add debug information' line is ticked, or by running a debug session - any watched variables will just say no debug info.

You can also query user_plsql_object_settings.
 
Back
Top