core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/trk_appTrk_Using_cs.xml
author timkelly
Fri, 27 Mar 2009 10:47:09 -0500
changeset 17 71c0485f97c2
parent 2 d760517a8095
permissions -rw-r--r--
new image for CDK
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
<compositeCheatsheet name="Run Mode Debugging">
cawthron
parents:
diff changeset
     4
    <taskGroup name= "On-Device Debugging with TRK">
cawthron
parents:
diff changeset
     5
         <intro> This is a <b>Run Mode Debug</b> example.
cawthron
parents:
diff changeset
     6
                 <br/><br/>You can select a task to work on either by following the hyperlinks or by
cawthron
parents:
diff changeset
     7
                 selecting a task in the tree. 
cawthron
parents:
diff changeset
     8
         </intro>  
cawthron
parents:
diff changeset
     9
         <onCompletion>Congratulations you have completed all the tasks.</onCompletion>             
cawthron
parents:
diff changeset
    10
         <task kind="cheatsheet" name= "Introduction to On-Device Debugging" skip="true">
cawthron
parents:
diff changeset
    11
              <param name = "id" value = "com.nokia.carbide.cpp.doc.user.trk_appTrk_intro" />
cawthron
parents:
diff changeset
    12
              <intro>This cheat sheet provides an introduction to run mode debugging.</intro>
cawthron
parents:
diff changeset
    13
               <onCompletion>Congratulations you should now have a better understanding of run mode debugging.</onCompletion>                  
cawthron
parents:
diff changeset
    14
         </task>
cawthron
parents:
diff changeset
    15
         <taskGroup name= "Tasks to perform for establishing a run mode debug session" kind = "set">
cawthron
parents:
diff changeset
    16
             <intro> First you will learn how to transfer the TRK debug agent to your phone or target device. 
cawthron
parents:
diff changeset
    17
             <br/><br/>This task group is a set which means that you can select any subtask to start that task.
cawthron
parents:
diff changeset
    18
             </intro>
cawthron
parents:
diff changeset
    19
              <onCompletion>Congratulations you now know how to transfer TRK to your device.</onCompletion>
cawthron
parents:
diff changeset
    20
             <task kind="cheatsheet" name= "Transfer TRK to Device">
cawthron
parents:
diff changeset
    21
                 <param name="id" value = "com.nokia.carbide.cpp.doc.user.trk_appTrk_transfer"/>
cawthron
parents:
diff changeset
    22
                 <param name="showIntro" value = "false"/>
cawthron
parents:
diff changeset
    23
                 <intro>This cheat sheet walks through the process of transferring the TRK debug agent to your phone or target device. 
cawthron
parents:
diff changeset
    24
                 </intro>
cawthron
parents:
diff changeset
    25
                 <onCompletion>Congratulations you have succeeded in transferring TRK to a device.</onCompletion>
cawthron
parents:
diff changeset
    26
             </task>
cawthron
parents:
diff changeset
    27
             <task kind="cheatsheet" name= "Create .pkg and .sis files">
cawthron
parents:
diff changeset
    28
                 <intro>This task explains how to create a project's package file used for creating the application installation (.sis) file.
cawthron
parents:
diff changeset
    29
                 </intro>
cawthron
parents:
diff changeset
    30
                 <param name = "id" value = "com.nokia.carbide.cpp.doc.user.trk_appTrk_pkgsis" />
cawthron
parents:
diff changeset
    31
                  <onCompletion>Congratulations you have completed information for creating .pkg and .sis files.</onCompletion>           
cawthron
parents:
diff changeset
    32
             </task>      
cawthron
parents:
diff changeset
    33
             <task kind="cheatsheet" name= "Define a Launch Configuration">
cawthron
parents:
diff changeset
    34
                 <intro>This task explains how to define a launch configuration for on-device run mode debugging.
cawthron
parents:
diff changeset
    35
                 </intro>
cawthron
parents:
diff changeset
    36
                 <param name = "id" value = "com.nokia.carbide.cpp.doc.user.trk_appTrk_launch" />
cawthron
parents:
diff changeset
    37
                  <onCompletion>Congratulations you have completed information for defining a launch configuration.</onCompletion>           
cawthron
parents:
diff changeset
    38
             </task>      
cawthron
parents:
diff changeset
    39
             <task kind="cheatsheet" name= "Debugging DLLs, Applications, and Executables">
cawthron
parents:
diff changeset
    40
                 <intro>This task explains how to debug DLLs, Applications, and Executables.
cawthron
parents:
diff changeset
    41
                 </intro>
cawthron
parents:
diff changeset
    42
                 <param name = "id" value = "com.nokia.carbide.cpp.doc.user.trk_appTrk_debugapps" />
cawthron
parents:
diff changeset
    43
                  <onCompletion>Congratulations you have completed information for debugging.</onCompletion>           
cawthron
parents:
diff changeset
    44
             </task>
cawthron
parents:
diff changeset
    45
             <task kind="cheatsheet" name= "Viewing Registers and Symbian OS Data">
cawthron
parents:
diff changeset
    46
                 <intro>This task explains how to view registers and Symbian OS Data during a run mode debug session.
cawthron
parents:
diff changeset
    47
                 </intro>
cawthron
parents:
diff changeset
    48
                 <param name = "id" value = "com.nokia.carbide.cpp.doc.user.trk_appTrk_viewdata" />
cawthron
parents:
diff changeset
    49
                  <onCompletion>Congratulations you have completed information for viewing registers and OS data.</onCompletion>           
cawthron
parents:
diff changeset
    50
             </task>      
cawthron
parents:
diff changeset
    51
         </taskGroup>
cawthron
parents:
diff changeset
    52
    </taskGroup>
cawthron
parents:
diff changeset
    53
</compositeCheatsheet>