gdb_open_console
Open an interactive GDB console for manual code stepping, allowing joint control with automated debugging tools.
Instructions
Open an interactive GDB console so the programmer can step through code themselves.
Creates a tmux session with a full GDB console attached to the same debug session. Both Claude (via MCP tools) and the programmer (via the console) can control GDB simultaneously.
Requires tmux to be installed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session identifier. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |