step_over
Executes the current line without entering function calls, stepping to the next line and returning the new stopped location with source context.
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 |