diff -r 9b005a8e6778 -r 939a4e7e4597 core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_start.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/work_debug_act_start.htm Mon Aug 10 15:21:12 2009 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,45 +0,0 @@ - - - - - - -Starting the Debugger - - - -

Starting the Debugger

-

Use the Debug command () to begin debugging a compiled program. The debugger takes control of program execution, starting at the main entry point of the program. When starting the debugger for the first time, there are two types of debug launch configurations that you can choose between:

- -

In the following steps, Config_Name refers to both debug launch configuration types.

-
-

Starting the Debugger

-

NOTE You can only debug compiled programs. Use the Build Project command to compile project sources into a binary file.

- -
-

NOTE If you don't see the Debug button on your EXE file you'll need to define a Configuration for the program.

-

or

-
- -
-

NOTE Some projects require additional configuration before the debugging session can begin. The IDE might prompt you for permission to perform this configuration automatically.

-

For more information on debugging, see C/C++ Development User Guide > Tasks > Running and debugging projects > Debugging.

-
Related references
- - - - -