Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse C/C++ Developer Guide
Previous Page Home Next Page

Debugging a program

You must create a debug launch configuration the first time you debug your program.

To create a debug configuration:

  1. In C/C++ Projects view, select a project.
  2. Click Run > Debug.
  3. In the Debug dialog box, select a debug configuration type from the Configurations list.
  4. Click New.

  5. In the Name box, type a descriptive name for this debug configuration.
  6. In the Project box, type the name of the project containing the application you want to debug.
  7. In the C/C++ Application box, type the name of the executable that you want to run.
  8. Click Debug.
  9. The debug perspective is opened and the application window opens on top. The C/C++ editor window is repositioned in the perspective.

For more information:

To use a debug configuration:

You can reuse a previously created debug launch configuration to debug your program.

  1. Click Run > Debug.
  2. In the Debug dialog box, select a debug configuration from the Configurations list.
  3. Click Debug.

Related concepts
Debug overview
Debug information

Related tasks
Debugging

Related reference
Run and Debug dialog box

IBM Copyright Statement

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire