debug_step_into
Advance execution into a function call and pause at its first line. Blocks until the step completes, giving you precise control for inspecting variables and debugging.
Instructions
Step into function call. Blocks until step completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | Thread ID (uses stopped thread if not specified) | |
| session_id | Yes | Debug session ID |