Interfacing with the CDT debugger, Part 2: Accessing gdb with the Eclipse CDT and MI

June 24th, 2008 @ 16:00pm

The graphical debugging environment provided by the Eclipse C/C++ Development Tooling (CDT) is about as good as it gets, displaying breakpoints, watchpoints, variables, registers, disassembly, signals, and memory contents. You can add new capabilities to this environment or access these views to display output from a custom debugger. But first, ...