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

DBE_PLDEBUGGER.continue

Executes the current stored procedure until reaching the next breakpoint or end, and returns the line number of the next execution and the corresponding query, as described in Table 1.

The function prototype is as follows:

1
2
DBE_PLDEBUGGER.continue()
RETURN Record;
Table 1 continue return values

Name

Type

Description

funcoid

OUT oid

Function ID.

funcname

OUT text

Function name.

lineno

OUT integer

Number of the next line in the current debugging process.

query

OUT text

Source code of the next line of the function that is being debugged.