The SHOW_BREAKPOINTS stored procedure returns a list of the current breakpoints.
Syntax
DBMS_DEBUG.SHOW_BREAKPOINTS (
listing IN OUT VARCHAR2);
Parameters
| Parameter | Description |
|---|---|
| listing | A formatted buffer of the breakpoints, including line breaks. This is an indexed table of breakpoints. The breakpoint number is its index in the table and starts from 1. A breakpoint number can be reused after the breakpoint is deleted. |