Updated on 2024-06-03 GMT+08:00

DBE_PLDEBUGGER.backtrace

During debugging on the debug end, call backtrace to view the current call stack, as described in Table 1.

Table 1 backtrace return values

Name

Type

Description

frameno

OUT integer

Call stack ID.

funcname

OUT text

Function name.

lineno

OUT integer

Line number.

query

OUT text

Breakpoint content.

funcoid

OUT oid

Function OID.