# HG changeset patch # User fturovic # Date 1285875932 18000 # Node ID 7e54d28b75db3d3263afb41cd3fc2dd376fcaec1 # Parent bbb6c7da6e3fdd990bf98766cb24ddd50f240afc BUG 12272 - added generic stop mode debugging steps to cheat sheet diff -r bbb6c7da6e3f -r 7e54d28b75db 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 Thu Sep 30 13:53:55 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/stop_mode_cs.xml Thu Sep 30 14:45:32 2010 -0500 @@ -1,21 +1,53 @@ - + - Follow these steps to install on-device stop mode debug software and compilers, create ROM images, and define launch configurations. + Follow these steps to create a project, build it, and debug it on a remote device connected using CODA. - + - Before you begin stop mode debugging, make sure all preconditions are met. + Verify that your SDK or customer kit is recognized in the Symbian SDKs panel. + + + + + + Create project or Import the project's bld.inf file into Carbide.c++. - + + + Build your Project using the ARM compiler. + + + + - Define debug launch configurations for the selected project. + Build ROM if required. + + + + + + Click the Debug icon in the toolbar to launch the New Launch Configuration Wizard. Fill in the necessary info. + + + + + href="/com.nokia.carbide.cpp.doc.user/html/debugger/debug/comds_starting.htm" + + Click Debug to launch the debugger and debug your program using the standard debugging actions.