I changed my shortcut as follows:
"C:\Program Files\PLSQL Developer\PLSQLDev.exe" debug
I ran the debugger and it hung, but I couldn't find the debug file. There is no file called debug.txt on my C:\ drive and no .txt file in the PLSQL Developer directory that contains debug info.
What...
In an Oracle 9.2 database, when I use Break to stop execution of a long-running job, the debugger often hangs and I have to cancel PL/SQL Developer from Task Manager.
The CPU utilization on my PC is at 100% before I cancel the debugger.
I am using Win 2000 Pro & 5.0.3.527 of the tool.
Is this...