Dubeg on oracle 10g RAC

The debugger works from within the Test Window. Just select a procedure or function in the Object Browser, right-click on it, and select the 'Test' item from the popup menu. Now you can set values for the parameters, and press the Start Debugger (F9) button in the toolbar of the Test Window. Now you can step through your code, set breakpoints, view or set variable values, and so on. See chapter 4 in the User's Guide for more details.
 
Same for me...when I first log into the RAC and test the procedure in the debugger all is fine. Change the procedure, compile, refresh the procedure and test again. Now it hangs.

Then you start getting into some of the other issues reported in other threads where you cannot "Break (Shift+Esc)" out of the test window. You have to quit using the Task Manager.

If I do the same process connected to an explicit node then it works perfectly. I am using 7.0.1 in XP.
 
Hi,

I tried to use only one instance, but faced the debugger was still hanging. Any other options?
Oracle 10G, client 9.2
 
Back
Top