core/com.nokia.carbide.cpp.doc.user/html/concepts/emulators.htm
author fturovic <frank.turovich@nokia.com>
Wed, 17 Jun 2009 12:03:14 -0500
changeset 259 53dc199caef8
parent 0 fb279309251b
child 939 47d3ca29d054
child 1207 e265bbe56eb0
permissions -rw-r--r--
updated release notes and bug fixes for 2.1

<!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>Emulation Debugging</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Emulation Debugging </h2>
<p>Symbian SDKs include an emulator that runs Symbian OS on a
  Microsoft Windows host computer. The emulator provides the full range of Symbian OS
  functionality, letting you do most development tasks on a single desktop computer. The 
  emulator and the software you build for it with the Carbide.c++ software run natively on the Intel x86 family of processors.</p>
<p> In many cases, you can build and debug a complete application using the emulator, then test the application on the actual device. There are cases however, where you cannot use
  the emulator, such as when developing device drivers that access hardware on a device.<br />
  For more information about the emulator, please see the documentation that came with
  your SDK under: <b>Developer Library&gt;Tools and Utilities&gt;Emulator</b>.</p>
<p> You will find an emulator to use with Carbide.c++  in:</p>
<blockquote>
  <p class="code">C:\Symbian\&lt;version&gt;\&lt;sdk&gt;\Epoc32\release\winscw\udeb</p>
</blockquote>
<p>where <span class="code">Symbian</span> is the path containing the subdirectories and version number of the Symbian OS SDK.</p>
<p class="note"><b>NOTE</b> The first time you launch an emulator it may take some time to appear. Remember that it is implementing the operating system on the target device and that some setup time is required. </p>
<h5>Related tasks</h5>
<ul>
  <li><a href="../tasks/projects/prj_debug_console.htm">Debugging Applications</a></li>
  <li><a href="../tasks/projects/prj_debug_dlls.htm">Debugging DLLs</a></li>
  <li>I<a href="../tasks/projects/prj_import_exe.htm">mporting Executables for Debugging </a></li>
</ul>
<div class="step">
  <div id="footer">Copyright &copy; 2009 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>

</div>
</body>
</html>