core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_05.htm
author fturovic <frank.turovich@nokia.com>
Wed, 15 Sep 2010 09:40:16 -0500
changeset 2009 b622387629d6
parent 1791 727385d8e2b3
permissions -rw-r--r--
changed TRK to CODA in docs except where it related to pre-3.0 versions

<!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>Run Mode On-Device Debugging</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
</head>
<body >
<h2>Run Mode On-Device Debugging</h2>
<p>To implement run mode on-device debugging the following tasks need to be completed.</p>
<ol>
  <li><a href="run_mode_debug.htm">Install device connection software</a></li>
  <li><a href="run_mode_debug_01.htm">Install Perl</a></li>
  <li><a href="run_mode_debug_02.htm">Install an SDK</a></li>
  <li><a href="run_mode_debug_03.htm">Setup environment variables</a></li>
  <li><a href="run_mode_debug_04.htm">Setup a virtual drive for Techview and Cust Kits</a></li>
  <li><b>Set the default kit in Devices.xml </b></li>
  <li><a href="run_mode_debug_06.htm">Install the SISX file on the target device</a></li>
  <li><a href="run_mode_debug_07.htm">Configure CODA connection on the device</a></li>
  <li><a href="run_mode_debug_08.htm">Create a launch configuration</a></li>
</ol>
<div class="step">
<h4><a name="runDefKit" id="runDefKit"> </a>Set the Default Kit in Devices.xml </h4>
<p>The Symbian environment needs to know the kit you are using. This is needed since you may have multiple kits installed. You can specify the development kit by setting a default in the file called devices.xml located in the <span class="code">C:\Program Files\Common Files\Symbian</span> folder.</p>
  <h5>From the command line</h5>
  <ol>
    <li>Set the default device devkit by typing on the command line:<br />
&gt; <span class="code">devices &ndash;setdefault @device id: name</span></li>
  
  <p>The device id and name can be found in the devices.xml file. For example, for a Techview 9.2 kit you might type<br />
    <span class="code">&gt; devices &ndash;setdefault @ SymbianOS_92_2006_wk40:com.symbian.techview</span></p>

    <li>Now ensure the default device is set by entering:<br />
&gt; <span class="code">devices</span></li>
    <li>Make sure the correct default is set.</li>
  </ol>
</div>
<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>