step_over
Execute the current line without stepping into functions, then pause at the next debugger stop. Useful for skipping function details while debugging Python scripts.
Instructions
Step over the current line and wait for the next stop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||