step_into
Step into function calls during debugging. When paused, execute one or more instructions entering called functions to examine internal execution. Returns new address, disassembly, module, and key register values after each step.
Instructions
Execute one or more instructions, stepping INTO function calls. REQUIRES: session state must be 'paused'. Returns the new address, disassembly, module, and key register values after stepping. Use step_over instead if you want to skip over CALL instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| count | No | Number of instructions to step (default 1) |