core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_example.htm
author fturovic <frank.turovich@nokia.com>
Thu, 26 Aug 2010 10:40:47 -0500
changeset 1893 e29df1745269
parent 1791 727385d8e2b3
child 1934 4f0cd256d26c
permissions -rw-r--r--
removed old SDK pref page and fixed link, then added new cheatsheet

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Application Emulator Debug Example using Templates</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Application  Emulator Debug Example using Templates</h2>
<p>This example shows how to create, build, and debug a program for the emulator called HelloCarbide using Carbide project templates. Once debugged, you can create a new build compiled to run on a target device. If the Carbide.c++ edition you are using supports on-device debugging, then Carbide.c++ deploys the program to the target device automatically. The steps include:</p>
<ul>
  <li><a href="../CreatingNewProjects.html">Creating</a> a project using Carbide project templates </li>
  <li>Building an <a href="../projects/prj_build.htm">executable</a> of the project sources </li>
  <li>Defining a <a href="../projects/prj_debug_config.htm">run/debug</a> <a href="../../projects/launch/launch_configs_overview.htm">launch configuration</a> to provide additional information to the debugger </li>
  <li>Using a <a href="carbide_debugging.htm">debugger</a> to interactively control the program in the emulator </li>
</ul>
<p>Follow the steps to successfully create the HelloCarbide program and debug it on the S60 Emulator. </p>
<p class="note"><b>NOTE</b> There must be at least one recognized SDK installed before you can create a project. See the <a href="../../reference/pref_carb_sdk_preference.html">Symbian SDKs panel</a> to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have installed is not recognized, you may still be able to <a href="../sdks/sdk_add.htm">add</a> it to the Discovered Symbian OS SDK list.</p>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>