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.
The function prototype is as follows:
1 2 |
DBE_PLDEBUGGER.continue() RETURN Record; |
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 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot