Help Center> GaussDB> Distributed_8.x> Schemas> DBE_PLDEBUGGER Schema> DBE_PLDEBUGGER.info_breakpoints
Updated on 2024-06-03 GMT+08:00

DBE_PLDEBUGGER.info_breakpoints

During debugging on the debug end, call info_breakpoints to view the current function breakpoint, as described in Table 1.

Table 1 info_breakpoints return values

Name

Type

Description

breakpointno

OUT integer

Breakpoint number.

funcoid

OUT oid

Function ID.

lineno

OUT integer

Line number.

query

OUT text

Breakpoint content.

enable

OUT boolean

Whether the value is valid.