gdb_run
Start program execution within a GDB debugging session, with an option to pause at the entry point of main().
Instructions
Start program execution in GDB.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session identifier. | |
| stop_at_main | No | If true, stop at the beginning of main(). |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |