# HG changeset patch # User fturovic # Date 1264537295 21600 # Node ID 50fdb77522688f9ed123dc624227aae3b030d0f6 # Parent cb335c7c0e4b328f92ed0f618eaeebfa33e5b412 BUG 6324 - updated image 2 to show blackflag in selection dialog diff -r cb335c7c0e4b -r 50fdb7752268 core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/images/sos_processes_choose_thread.png Binary file core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/images/sos_processes_choose_thread.png has changed diff -r cb335c7c0e4b -r 50fdb7752268 core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_debugging.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_debugging.htm Tue Jan 26 13:46:54 2010 -0600 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_debugging.htm Tue Jan 26 14:21:35 2010 -0600 @@ -16,11 +16,11 @@

NOTE You can only debug compiled programs. Use the Build Project command to compile project sources into a binary file if you do not already have an executable in the project. You will also need a symbolics ( .sym) file for debugging on a target device. Ensure that a .sym file has been created. If you are importing an existing application, you may have to rebuild the application and create a related .sym file. Make sure a .sym file has been created in the output directory.

  1. Set a breakpoint in the HelloCarbide program
  2. -

    Open the \src\CHelloCarbideAppUI.cpp file and set a breakpoint in the HandleCommandL routine.

    +

    Open the \src\CHelloCarbideAppUI.cpp file and set a breakpoint in the HandleCommandL routine.

    Figure 1 - Breakpoint set in CHelloCarbideAppUI::HandleCommandL routine.

  3. Launch the Carbide.c++ debugger and S60 EPOC Emulator
  4. -

    Start the Carbide debugger which launches the S60 EPOC Emulator and installs the HelloCarbide application. For on-device debugging, your application will be installed on your target device.

    +

    Start the Carbide debugger which launches the S60 EPOC Emulator and installs the HelloCarbide application. For on-device debugging, the application is installed on the target device.

    Figure 2 - S60 Emulator launches

  5. Open the Installed directory within the S60 Emulator or your target device