resume_execution
Resume a paused JavaScript debugging session, continuing execution from a breakpoint until the next breakpoint or program termination.
Instructions
Resumes execution after being paused at a breakpoint or by pause_execution. Execution continues until the next breakpoint or the program ends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ID of the debugging session. The session must be paused. |