Debugger Hanging

Hawks

Member
Hi,

I am having a problem with the debugger hanging, it happens either when I try to Break a debug session or when the code tries to raise an application error. The debug window has the word 'executing..' at the bottom but does not finish until the application is forcefully terminated. If I try to Break the debug using the Lightning icon then nothing happens but if I use Shift+Esc the execution is aborted.

I have read the other threads on similar issues and have already doubled the size of the shared memory pool and changed my preferences so that I am not updating the call stack or displaying pop-ups for variables. The procedure works fine when tested from another application.

I am using PSD version 7.1.5.1396 02.49581, Oracle 9.2.0.6.0

This is driving me crazy so any help would be appreciated.

Thanks
 
You 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".

3. Check for user trace files on the server.

It may be that the server process has died. Check if a trace file exist that is related to the problem, and if so, send it to me.
 
Hi Marco,

As mentioned in my original post I have already gone through points 1 - 3 that you suggest.

Hawks
 
Back
Top