Unable to use PL/SQL Debugger, Production SQL Developer on OS X 10.4
481618Mar 15 2006 — edited Aug 15 2008I am still unable to use the PL/SQL debugger in OS X.
When I start the debugger I get this:
Connecting to the database testdb.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '172.16.81.33', '49260' )
Debugger accepted connection from database on port 49260.
Processing 56 classes that have already been prepared...
Finished processing prepared classes.
Then nothing, it never gets to a breakpoint or does anything else. It works just fine on my Win XP box, just not on my OS X machine.
Anyone having this problem or have any tips to try? I've never gotten the debugging to work on any Raptor or SQL Developer build in OS X. However, JDeveloper debugging works just fine on this mac.