continue
Resume the execution of a paused Go program in the Delve debugger by specifying the debug session ID.
Instructions
Continue program execution
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sessionId | Yes | ID of the debug session |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"description": "ID of the debug session",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}