signal-slot
Integrates with GDB to provide debugging capabilities for C/C++ programs, enabling breakpoint setting, code stepping, memory examination, and call stack viewing without leaving the conversation interface.
Load a program into GDB
Step over function calls
Step program execution
Print value of expression
Start a new GDB session
Attach to a running process
Execute until the current function returns
Execute a GDB command
Examine memory
Continue program execution
Show call stack
Load a core dump file
Terminate a GDB session
List all active GDB sessions
Display registers
Set a breakpoint
Connect to MCP Server
No additional configuration required