Resume execution
debug_runResume target execution and wait for a stop (e.g., breakpoint) up to a timeout.
Instructions
Resumes (continues) the target and waits for it to stop again (e.g. a breakpoint), up to a timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| waitForStopMs | No | How long to wait for a stop before returning 'running' (default: 5000) |