Debugger Haninging

We are having problems with the debugger hanging when it encounters an error.

The lightning bolt does not bring back control.

Pressing Shift + Escape several times does not bring back control.

Holding down the Shift + Escape keys for several seconds sometimes brings back control.

I have a debug.txt file that I can send if that would help.

Thanks

Alan
 
ou could try the following:

1. Increase the shared pool size.

The Oracle Debugger seems to have some stability issues when there is not enough free memory in the shared pool.

2. Disable the call stack.

Go to Tools > Preferences > Debugger and disable the "Update call stack after each step".
 
Back
Top