Debugger connection to debuggee process has been lost
-K-Jun 2 2006 — edited Jul 27 2006Hi,
None of my relatively large, long or complicated procedures seem to be debuggable. Small, short and simple ones DO debug correctly.
I'm running the latest 1.0.0.14 build.
Here's my debugging log:
------------------------------------------------------------------
Connecting to the database S21.
Debugger attempting to connect to database.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
Executing PL/SQL: DECLARE
id VARCHAR2( 30 );
BEGIN
id := DBMS_DEBUG.initialize( '192.168.0.71:1149241323264', 0 );
DBMS_DEBUG.debug_on( TRUE );
END;
Debugger connected to database.
Debugger connection to debuggee process has been lost.
------------------------------------------------------------------
Does anyone have/had the same problem? Any solutions or hints to find out what's wrong?
TIA,
K.