# HG changeset patch # User fturovic # Date 1271707961 18000 # Node ID 7c2c77a97d8b178340c3ef54d7f46bf9533b3975 # Parent f0d26a4b2bb568170e10276862fc2f9fbff3bc2d BUG 11117 - fixed link to resume debugger page diff -r f0d26a4b2bb5 -r 7c2c77a97d8b core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/getStarted_cs.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/getStarted_cs.xml Mon Apr 19 14:49:19 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/getStarted_cs.xml Mon Apr 19 15:12:41 2010 -0500 @@ -1,48 +1,48 @@ - - - - - Follow these steps to create a Symbian OS project and debug it using the S60 EPOC Emulator. - - - - - Use the SDK Preferences panel to verify a supported Symbian SDK is installed. If not, you'll need to download a supported SDK and install it before continuing. - - - - - - - Use the New Project wizard to create a Symbian OS project. We named our example HelloCarbide. - - - - - - - If you don't see an EXE file in the C/C++ Projects view, build the project to create one. - - - - - - - Open the CHelloCarbideAppUI file and set a breakpoint in the HandleCommandL routine. - - - - - The first time Carbide.c++ launches a project it creates a debug launch configuration using preset project settings. It then switches to the Debug perspective, launches the S60 EPOC Emulator, and waits for a breakpoint to be hit. When it does, control is returned to the Carbide debugger. - - - - - - - Click Resume in the Debug view to pass control back to the emulator. - - - - - + + + + + Follow these steps to create a Symbian OS project and debug it using the S60 EPOC Emulator. + + + + + Use the SDK Preferences panel to verify a supported Symbian SDK is installed. If not, you'll need to download a supported SDK and install it before continuing. + + + + + + + Use the New Project wizard to create a Symbian OS project. We named our example HelloCarbide. + + + + + + + If you don't see an EXE file in the C/C++ Projects view, build the project to create one. + + + + + + + Open the CHelloCarbideAppUI file and set a breakpoint in the HandleCommandL routine. + + + + + The first time Carbide.c++ launches a project it creates a debug launch configuration using preset project settings. It then switches to the Debug perspective, launches the S60 EPOC Emulator, and waits for a breakpoint to be hit. When it does, control is returned to the Carbide debugger. + + + + + + + Click Resume in the Debug view to pass control back to the emulator. + + + + + diff -r f0d26a4b2bb5 -r 7c2c77a97d8b core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/stop_mode_cs.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/stop_mode_cs.xml Mon Apr 19 14:49:19 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/stop_mode_cs.xml Mon Apr 19 15:12:41 2010 -0500 @@ -13,7 +13,7 @@ - + Define debug launch configurations for the selected project.