gdb_continue
Resume program execution in a GDB debugging session by specifying the session ID. Integrates with MCP GDB Server for efficient debugging management through natural language commands.
Instructions
Continue program execution
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sessionId | Yes | GDB session ID |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"description": "GDB session ID",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}