gdb_next
Advance a paused GDB session to the next line of code by stepping over function calls without entering them. Requires a session ID from starting a debugging session.
Instructions
Step over to the next line (doesn't enter function calls). IMPORTANT: Only works when program is PAUSED at a specific location. Use this to step over function calls without entering them. 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 |