step_over
Execute the current line without entering function calls, then return the new stopped location for variable inspection.
Instructions
Step over to the next line. Blocks until the step completes.
State: STOPPED required.
Executes the current line without entering function calls. Returns the new stopped location with source context.
IMPORTANT: After this returns with state=stopped, inspect variables at the new location before deciding the next action.
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No |