PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Debug Oracle PL/SQL code

Last modified: 27 August 2021

Available only in PyCharm Professional: download to try or compare editions

The debugger is based on the Oracle Probe that uses API of the DBMS_DEBUG package and should work on Oracle servers 9.0 and later.

In Oracle, you can debug the following program units (PL/SQL programs): anonymous blocks, packages, procedures, functions, and triggers.