edb_step_into
Step into function calls in a debugger, executing one machine instruction and entering the called function.
Instructions
Execute one machine instruction, stepping into function calls.
If the current instruction is a call, execution enters the called function.
Returns: str: JSON with address, function, file, line after stepping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |