CDT Overview

The C/C++ Development Toolkit (CDT) is a set of Eclipse plug-ins that provide C and C++ extensions to the Eclipse workbench. For more information about Eclipse, see Workbench User Guide > Concepts > Workbench.

The full CDT provides a C/C++ IDE that simplifies many of the same tools that you can use from the command line. The CDT can also communicate with many external utilities and interpret their responses, for example:

Note: while make, gcc and gdb are the examples used in the documentation, virtually any similar set of tools or utilities could be used.

The Stand-alone Debugger application is built from various Eclipse plug-ins from the CDT pertaining to Debug and Edit. Plug-ins associated with Build and Compile are not included. Though it is possible to edit files within the Stand-alone Debugger, any changes will require a rebuild which will have to be performed outside of the Debugger. If you want a full C/C++ IDE, then it is suggested to use the full CDT instead which incorporates the C/C++ Debugger within it.

Additional information

For more information on the Eclipse CDT project, refer to https://www.eclipse.org/cdt/:

License

The CDT is an open source project and is licensed under the Eclipse Public License.

Related reference
Views

IBM Copyright Statement