diff -r 000000000000 -r fb279309251b core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_05.htm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/run_mode_debug_05.htm Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,43 @@ + + + + + + +Debugger Settings + + + +

Run Mode On-Device Debugging

+

To implement run mode on-device debugging the following tasks need to be completed.

+
    +
  1. Install device connection software
  2. +
  3. Install Perl
  4. +
  5. Install an SDK
  6. +
  7. Setup environment variables
  8. +
  9. Setup a virtual drive for Techview and Cust Kits
  10. +
  11. Set the default kit in Devices.xml
  12. +
  13. Install the SISX file on the target device
  14. +
  15. Configure TRK connection on the device
  16. +
  17. Create a launch configuration
  18. +
+
+

Set the Default Kit in Devices.xml

+

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 C:\Program Files\Common Files\Symbian folder.

+
From the command line
+
    +
  1. Set the default device devkit by typing on the command line:
    +> devices –setdefault @device id: name
  2. + +

    The device id and name can be found in the devices.xml file. For example, for a Techview 9.2 kit you might type
    + > devices –setdefault @ SymbianOS_92_2006_wk40:com.symbian.techview

    + +
  3. Now ensure the default device is set by entering:
    +> devices
  4. +
  5. Make sure the correct default is set.
  6. +
+
+ + + +