Recent content by DJM

  1. D

    Debugger Break Hangs PL/SQL Developer

    Do the trace files help at all, Marco?
  2. D

    Debugger Break Hangs PL/SQL Developer

    Neither option 1 nor option 2 made any difference to the problem. The DBA and I ran the debugger again while he watched the server side. The server process has not died. In fact, he has to kill it. No trace files are generated before I hit the set breakpoint and the break key . When I held...
  3. D

    Debugger Break Hangs PL/SQL Developer

    Marco - We've had our DBA's monitor a session and trace the SQL when the debugger is hanging. It stays at the following piece of code once the Break is hit... DECLARE ret BINARY_INTEGER; BEGIN ret := pbsde.debug_loop; END; Also, we downloaded the trial version 7.1.4.1390 but the...
  4. D

    Debugger Break Hangs PL/SQL Developer

    Marco - This is a very large Federal Government department that has its own Desktop Management group. New patches and upgrades are installed on a constant basis and we, in the development group, would not necessarily know what is being installed. What I can tell you is that this is that this...
  5. D

    Debugger Break Hangs PL/SQL Developer

    I ran the application in debug mode, ran to the first breakpoint and attempted to break. Here is the debug.txt: PL/SQL Developer 7.0.3.1123 13.27184 - 50 user license C:\Program Files\PLSQL Developer\plsqldev.exe 2007/11/14 2:23:48 PM Application started 2007/11/14 2:23:48 PM...
  6. D

    Debugger Break Hangs PL/SQL Developer

    Marco - can you have a look at this plz? We're a fairly big shop and this is causing a problem for us.
  7. D

    Debugger Break Hangs PL/SQL Developer

    Thanks for responding, Stef. I tried that and, you're right, it's not pretty. Lots of flashing and redrawing going on but it finally released. Is this a recent problem for you too? Anyone else have an idea of the cause?
  8. D

    Debugger Break Hangs PL/SQL Developer

    I'm running: PL/SQL Developer 7.0.3.1123 Oracle9i Enterprise Edition Release 9.2.0.7.0 Windows XP version 6.0 (build 2600) Service Pack 2 We are a development shop with a 50 user license. Within the last day or so, we are experiencing difficulties trying to break (shift+esc) out of the...
Back
Top