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.
Start a new GDB session
Load a program into GDB
Execute a GDB command
Terminate a GDB session
List all active GDB sessions
Attach to a running process
Load a core dump file
Set a breakpoint
Continue program execution
Step program execution
Step over function calls
Execute until the current function returns
Show call stack
Print value of expression
Examine memory
Display registers
No additional configuration required