Debugger: Continue
debugger_continueResume execution from a halted state to run until the next breakpoint, STOP, or error, then catch the next halt with debugger_wait_for_stop.
Instructions
Resume execution from a halted state (run until the next breakpoint / STOP / error). After calling this, use debugger_wait_for_stop to catch the next halt. Only meaningful while stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Optional. Roku IP or serial; must match a connected Dev Studio tab. Omit to use the focused tab. |