Debugger hangs

Pierre Maas

Member²
Goodmorning,

When I debug a plsql package procedure that is also calling an other package procedure (other package) it hangs. This happens when I compiled the second package procedure and run the debugger (test window) again. The buttons are visible but nothing happened even ctrl break or killing the sessions is not possible.

Is a solution for this?

regards
pierre
 
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.
 
And maybe the called program doesn't have the debug information added. Add this and try again.
Hope this helps.
Regards,
Patrick Barel
 
Back
Top