Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Debug - View Variable Outputs?

Daniel FoxJun 11 2025

Is there an upcoming feature to view the output variables and output SYS_REFCURSOR's when running/debugging a procedure/function in the VS Code Extension?

In Classic, it would open up an output window at the bottom to view the output and the contents of the SYS_REFCURSOR, however in VS Code it comes up as complete but never shows the outputs. Additionally, you cant add DBMS_OUTPUT's before executing the debug as when it opens the runner, you cannot save or debug that statement. I have checked all the tabs that it creates at the end and cannot find where the output goes after the debugger disconnects.

Comments
Post Details
Added on Jun 11 2025
6 comments
144 views