gdb_step
Step into the next instruction and enter function calls to debug line-by-line. Use when the program is paused at a specific location. Requires a session ID from gdb_start_session.
Instructions
Step into the next instruction (enters function calls). IMPORTANT: Only works when program is PAUSED at a specific location. Use this for single-stepping through code to debug line-by-line. Requires session_id parameter (obtained from gdb_start_session).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID from gdb_start_session | |
| timeout_sec | No | Seconds to wait for the program to stop again |