debug_continue
Resume a paused debug session and run until the next breakpoint, exception, or program exit. Provide the debug session ID to continue execution.
Instructions
Continue execution. Blocks until execution stops (breakpoint, exception, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | Thread ID (uses stopped thread if not specified) | |
| session_id | Yes | Debug session ID |