Understand the C/C++ debugger interface

100

Author: JT Smith

Discover how the Eclipse C/C++ Development Tooling framework extends to support custom debuggers. With the right plug-in, a custom debugger can access the full spectrum of the CDT’s graphical debugging environment, for example, code-stepping and breakpoints. Learn how to construct this plug-in, with a focus on the C/C++ Debugging Interface.

Link: ibm.com/developerworks

Category:

  • C/C++