Remote Debugging PL/SQL with SQL Developer
exec DBMS_DEBUG_JDWP.CONNECT_TCP( ‘127.0.0.1’, 4000 );
(tags: remote debug pl/sql)