debug_step
Step through code execution by specifying step kind (into, over, out) and optional thread ID to navigate the debuggee.
Instructions
Single-step the debuggee. Kind: "in" (step into), "over" (step over), "out" (step out).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Step kind: "in", "over", or "out". | |
| threadId | No | Thread id to step. If omitted, uses the last thread that stopped. |