step_into
Step into the next function call during debugging to investigate code inside the called function. Blocks until step completes.
Instructions
Step into the next function call. Blocks until the step completes.
State: STOPPED required.
Enters the function being called on the current line. Use this when you need to investigate what happens inside a called function.
When multiple calls exist on one line, call get_step_in_targets first and pass the desired target's id via target_id.
IMPORTANT: After this returns with state=stopped, you are inside the called function. Use step_out to return to the caller.
Args: thread_id: Thread to step (uses current thread if omitted) target_id: Specific step-in target ID from get_step_in_targets
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | ||
| target_id | No |