Debugging an existing project
Use the import feature to import an exsiting CoBuilder project you have already built. This feature will automatically create a default debug configuration for you.
To debug a existing CoBuilder project:
The CoDebugger perspective will automatically switch from “C/C++ perspective” to “Debug perspective”. And the application window opens on top. The C/C++ editor window is repositioned in the perspective.CoDebugger is in Debugging state.
To use an existing debug configuration to start debugging:
You can reuse a previously created debug configuration to debug your program.
1. Click Debug Configurations from Quick Start Page or from menu Debug.
2. In the Debug Configurations dialog box, select a debug configuration from the Configurations list.
3. Click Debug.
|