Debugger hanging in one environment but not others

I'm on Oracle 11g Release 11.2.0.3.0 and PL/SQL Developer 11.0.4.1174 01.94787.

When I Start debugger (F9) on a packaged procedure in one oracle environment, it just hangs up. I can start the debugger on the same procedure in another oracle environment and it works fine, just like the debugger should.

Does anyone have any idea why this is only occurring in one environment?

Thanks,
Rick Metzger
 
To obtain some more diagnostic information, can you modify the shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory or in the %APPDATA%\PLSQL Developer directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer).
 
Back
Top