resume
Continue program execution from a paused debugger session to advance code flow until the next breakpoint or completion.
Instructions
Continues full execution of the debugger from current breakpoint. Side effects: advances code execution until next breakpoint or completion. Prerequisites: requires an active, paused debugger session. Returns: confirmation of resume command. Use this to continue program flow after inspection. Alternatives: 'step_over' or 'step_out' for single-step execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||