get_step_in_targets
Shows available step-in targets for the current stack frame when multiple function calls exist on one line, enabling precise control over which call to enter.
Instructions
Get available step-in targets for the current stack frame.
State: STOPPED required. Call before step_into(target_id=N) to choose target.
When multiple function calls exist on one line, this returns each one so you can choose which to enter via step_into(target_id=...).
Args: frame_id: Stack frame ID (uses current frame if omitted)
Escape hatch: see the dap-escape-hatch prompt for unwrapped DAP requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_id | No |