gdb_start_session
Start a GDB debugging session for a compiled C++ executable, enabling step-by-step execution, breakpoints, and variable inspection.
Instructions
Start a GDB debugging session for a compiled C++ executable.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executable | Yes | Path to the compiled executable (must be built with -g for debug symbols). | |
| args | No | Command-line arguments to pass to the program. | |
| working_dir | No | Working directory for the debug session. | . |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |