DBMS_DEBUG

What future release? Because it's already 15 and it's not implemented => results we can not riley on PLSQL Developer debug anymore.
For example: you can not see in watches variables based on NVARCHAR2 in PLSQL Developer debug, even they are stored in. In Oracle SQL Developer, based on DBMS_DEBUG_JDWP, you can do that.
 
Hello everyone.

Debugging in PL/SQL Developer (version 14) has been freezing since our Oracle server migrated from 12c (12.1.0.2) to 19c. We've noticed that other client tools that still use DBMS_DEBUG have similar issues. Is there some configuration we should do to make this work again? Or are there plans for PL/SQL Developer to support the newer DBMS_DEBUG_JDWP?

Thanks!
 
Back
Top