# HG changeset patch # User fturovic # Date 1284408009 18000 # Node ID 9711068fca7e8e1ffefe71c9f406cd1a1b52ae44 # Parent 1c752f14a126be14b93493d332f4028a300a7244 updated images and pages associated with launch changes as per Warrens message diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/book.css --- a/core/com.nokia.carbide.cpp.doc.user/book.css Mon Sep 13 13:17:04 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/book.css Mon Sep 13 15:00:09 2010 -0500 @@ -12,7 +12,7 @@ /* 20091007 added verdana and ariel to list to match SFO website fonts choices */ body, p, table, li { font-family: Verdana, Ariel, Helvetica, sans-serif; - font-size: 0.9em; + font-size: 1.0em; font-weight: normal; } diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debug_main.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debug_main.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debugger_emulation.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debugger_emulation.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debugger_run_mode.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debugger_run_mode.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debugger_stop_mode.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_debugger_stop_mode.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_installation.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_installation.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_main_run_mode.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_main_run_mode.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_main_stop_mode.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_main_stop_mode.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_rom_log.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_rom_log.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_x86_exceptions.png Binary file core/com.nokia.carbide.cpp.doc.user/html/projects/launch/images/page_x86_exceptions.png has changed diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_debugger.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_debugger.htm Mon Sep 13 13:17:04 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_debugger.htm Mon Sep 13 15:00:09 2010 -0500 @@ -16,7 +16,7 @@

Emulation Debugger page

The Symbian OS Emulation launch configurations the Debugger page to specify entry point breaks and which logs to output to the Console view.

-

+

Figure 1 - Debugger page showing emulation options

Table 1. Debugger page — emulation options
@@ -49,7 +49,7 @@

Run-mode Debugger page

In a run-mode launch configuration like Application TRK, you can specify an entry break point and how messages are handled as well as define the default instruction set.

-

+

Figure 2 - Debugger page showing run-mode options

Table 2. Debugger page — run-mode options
@@ -64,32 +64,12 @@ - - - - - - - - - - - - +

NOTE In the epoc.ini file the option LogToFile must also be set to 1.

View program output

Enable to direct standard output messages to the TRK Program Output Console in the Console view.

-

NOTE In the epoc.ini file the option LogToFile must also be set to 1.

-
View messages between Carbide and debug agent

When checked, show the communications between Carbide and the target device in the TRK Communication Log Console of the Console view.

-

NOTE You can pin the TRK Communication Log view so that it does not lose focus.

Message retry delay (ms) Enter the delay time in milliseconds (ms) between 100 and 10000 the debugger should wait for a response. The default Message Retry Delay value is 2000.

Default Instructon Set

Specifies the default instruction set to use if the debugger cannot determine the processor mode in order to set breakpoints and to disassemble code. The options are:

-
    -
  • Auto (examine code at current PC location)
  • -
  • ARM (32-bit)
  • -
  • THUMB (16-bit)
  • -
-

By default the Instruction Set option uses ARM 32-bit.

Stop-mode Debugger page

In stop-mode launch configurations like System TRK, and Attach to Process, use the Startup Options to attach to a target and debug or run from the specified start address. Then use Target Options to specify the target's processor type, and set which initialization and memory configuration files to use in the debug session.

-

+

Figure 3 - Debugger page showing stop-mode options

Table 3. Debugger page — stop-mode options
@@ -104,43 +84,14 @@ - - - - - + - + - - - - - - - - - - - - - - - - - - - - - - - -

When checked, break at the specified entry point entered into the text field. For .EXE targets, the default entry point is set to E32Main. By default, the Break at entry point option is unchecked for all other target types.

Startup Options Soft attach Enable the Soft attach option to attach a debug session to a target and debug from the specified start address instead of the target's default start address. When enabled the downloaded image option is ignored.
Startup Options Debug from start address Enable the Debug from start address option to debug from the target's default start address.
Run from start address Run from start address Enable the Run from start address option to run from the target's default start address.
Start address (hex) Enter in hexidecimal format (0x0) the starting address to use during the debug session.
Reset target at the start of each debug session Forces the Carbide IDE to reset the target at the start of each debug session. This ensures that the debugging session uses the most up-to-date program code.
Target Options Target Processor A drop down with a list of all supported processors. The process selection should help in determining the memory model. This will in turn help determine the base address and the offsets for the Symbian OS kernel aware information.
 Target initialization file

Check this box to have the debugger run an initialization script when the debug session starts. For example, if a target device requires initialization for the debugger to be able to read and write memory or registers, you can specify an initialization script here.

-

Click Browse to select a script file using a standard file selection dialog box. When using T32, most of the initialization is done in the CMM script file. With other debug protocols you specify the initialization file, which can be run after connecting to the target.

 Memory configuration file Controls whether the debugger uses a memory configuration file when a debug session starts. The Carbide debugger uses this configuration file to know which memory is accessible, readable, and writable on the target.

Other references

diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_installation.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_installation.htm Mon Sep 13 13:17:04 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_installation.htm Mon Sep 13 15:00:09 2010 -0500 @@ -10,7 +10,7 @@

Installation page

The Installation page specifies the .sis file to install on the target device when using Application TRK. This is required when using the TRK debug agent with 9.x based SDK’s.

-

+

Figure 1. Installation page

Table 1. Installation page —items
@@ -39,14 +39,6 @@ - - - - - - - -
Install to drive A list of common drives where files may be installed to. The default drive setting is C.
Partial upgrade sis/sisx pathShows the path to the partial upgrade SIS file once it has been created.
Open SIS Builder settings...Click to open the SIS Builder page of the Carbide Build Configurations properties panel where you can enable the partial upgrade feature for subsequent builds.

Other references

diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm Mon Sep 13 13:17:04 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_main.htm Mon Sep 13 15:00:09 2010 -0500 @@ -18,7 +18,7 @@

Emulation Main page

The Symbian OS Emulation launch configuration uses the Main page to define the process to be launched by the emulator.

The behavior that occurs when launching a debug session varies based upon the SDK. Normally, starting a debug session launches the emulator (epoc.exe) and you must then navigate to your application and open it. However, starting a debug session for an .exe file will, in most cases, launch the .exe directly. This starts the emulator and then opens your application automatically. Note that some SDKs do not support this behavior. In those cases you must still open your application in the emulator manually.

-

+

Figure 1. Main page (Emulation shown)

Table 1. Emulator Main page —items
@@ -52,7 +52,7 @@

Run-mode Main page

The Symbian OS Application TRK launch configuration uses the Main page to defines the project and the process to launch on the target device.

-

+

Figure 2 - Main page (Application TRK shown)

Table 2. Run-mode Main page —items
@@ -89,7 +89,7 @@

Stop-mode Main page

The Symbian OS System TRK launch configurations uses the Main page to defines the project and the executable to launch on the target device.

-

+

Figure 3. Main page

Table 3. Stop-mode Main page — items
@@ -125,6 +125,6 @@
 
- + \ No newline at end of file diff -r 1c752f14a126 -r 9711068fca7e core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_log.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_log.htm Mon Sep 13 13:17:04 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/projects/launch/page_rom_log.htm Mon Sep 13 15:00:09 2010 -0500 @@ -8,8 +8,8 @@

ROM Log page

-

Use the ROM Log page ina Sysem TRK launch configuration to specify where the ROM log file is stored and the Epoc32 directory.

-

+

Use the ROM Log page in a System TRK launch configuration to specify where the ROM log file is stored and the Epoc32 directory.

+

Figure 1. ROM Log page

Table 1. ROM Log page—items
@@ -30,11 +30,6 @@ - - - -

Specifies the epoc32 directory in which the ROM image and log files are stored. Since the log file may not contain full paths to the ROM components on the host PC, you need to enter this epoc32 directory.

NOTE Always include the epoc32 folder in this path.

Log unresolved modules

Activate the Log unresolved modules option to have the debugger output a list of components from the specified ROMBUILD log file that do not have debugger symbolic information. The list is displayed in the debugger console window at the beginning of the debug session.

-

NOTE You cannot perform source-level debugging on components that do not include symbolic information.

Other references