gdb_step
Step through C++ program execution with step into, step over, or step out modes for controlled debugging.
Instructions
Step through program execution.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session identifier. | |
| mode | No | Step mode - "into" (step into functions), "over" (step over functions), "out" (step out of current function). | into |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |