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:
- Build (such as make).
- Compile (such as gcc). For more information, see http://gcc.gnu.org.
- Debug (such as gdb). For more information, see http://sources.redhat.com/gdb/.
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 http://www.eclipse.org/cdt/:
- CDT newsgroup: The place to ask questions about how to use the CDT.
- User FAQ: Provides answers to the most common questions about using the CDT.
- CDT Wiki: This is the main source for information around CDT.
License
The CDT is an open source project and is licensed under the Eclipse Public License.
