Symbian3/SDK/Source/GUID-84C20E6E-C5DF-5346-84A3-2D8C701303C8.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Wed, 31 Mar 2010 11:11:55 +0100
changeset 7 51a74ef9ed63
permissions -rw-r--r--
Week 12 contribution of API Specs and fix SDK submission

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-84C20E6E-C5DF-5346-84A3-2D8C701303C8" xml:lang="en"><title>On-Target
Debugging</title><shortdesc>On-target debugging refers to debugging environments where code
is run on device hardware. This increases the debugging challenge due to the
restrictive nature of such hardware. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>

<p>When debugging Comms software in such environments, the following tools
are available to help: </p>
<ul>
<li id="GUID-ADBC6B2E-4D34-5608-B1BE-98B59DD94CA3"><p>D_Exe </p> </li>
<li id="GUID-AF56C4B7-7534-5B65-8252-E4A41FF343C0"><p>TRK </p> </li>
<li id="GUID-FE9555CF-0E7E-56D8-B7E8-C06C37BD940C"><p>Lauterbach </p> </li>
<li id="GUID-F972FCC2-2E85-526A-AB83-BD5CC2E404BE"><p>Crash Analyst </p> </li>
<li id="GUID-AAB62AC9-E070-50AB-B560-BF898069CE61"><p>dtrace </p> </li>
</ul>
<p>For more information about these tools see <xref href="GUID-BB174A7C-9B72-55C8-8C8A-F5FB14AB3607.dita">Hardware
debugging tools overview</xref> and <xref href="GUID-B5AEC7EF-3CE4-57A3-B450-C6B22E8C87C8.dita">Hardware
Debugging Presentation</xref>. The RDebug::Print facility is rarely used by
default by Symbian platform Comms software for debug tracing
since the Comms software mostly uses CDU. If required, CDU's output can be
redirected to the same output port used by the RDebug interface. </p>
</conbody></concept>