Unable to Debug Java in PL/SQL Developer

Blue306

Member²
Hi everyone,

I’ve run into an issue while working with PL/SQL Developer and I’m hoping someone can clarify this.

It seems that debugging Java code directly within PL/SQL Developer is not possible. From what I understand, PL/SQL Developer is primarily designed for debugging PL/SQL (stored procedures, functions, packages) that run inside the Oracle database. However, when it comes to Java, even though Oracle supports Java stored procedures, the tool does not provide native support for debugging Java code.
 
Back
Top