Is there a way to retain Add Debug Information at recompilation

SaKa

Member²
Hi,
We can use Right Mouse click on a package to Add Debug Information. However after you do it, then compiling the changes makes it drop the debug information. Is there a way to retain this please?

I know that we can tick the option "Add Debug information when compiling" but doing so will automatically add debug information for any package i compile (regardless it had debug information added previously).

Thanks
Sak
 
If the "Add debug information when compiling" preference (Preferences > Oracle / Debug) is enabled then the recompile function will also implicitly add the debug information.
 
Back
Top