# HG changeset patch # User fturovic # Date 1285791834 18000 # Node ID 271aac434b5cb3244205f791856bb7968d288bc0 # Parent a72d5979b77391e37f5979f8d2b8fa52ae151e95 fixed broken links in index.xml and other edits diff -r a72d5979b773 -r 271aac434b5c core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/install_remote_agent.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/install_remote_agent.xml Wed Sep 29 15:16:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/install_remote_agent.xml Wed Sep 29 15:23:54 2010 -0500 @@ -23,7 +23,7 @@ href="/com.nokia.carbide.cpp.doc.user/html/reference/trk/wnd_new_conn_install_tab.htm" title="Select the appropriate remote agent"> - In the Install remote agents tab choose the remote agent that matches the OS on the target device. + In the Install Remote Agents tab choose the remote agent that matches the OS on the target device. diff -r a72d5979b773 -r 271aac434b5c core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/new_remote_conn.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/new_remote_conn.xml Wed Sep 29 15:16:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/new_remote_conn.xml Wed Sep 29 15:23:54 2010 -0500 @@ -13,7 +13,7 @@ Use the New Connections window to create, edit, and manage remote connection settings to enable on-device debugging and the installation of remote agents. + label="Click Help > On-Device Connections to open the New Connection window."> + label="Select the connection type required to connect to the remote device."> diff -r a72d5979b773 -r 271aac434b5c core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/trk_appTrk_intro_cs.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/trk_appTrk_intro_cs.xml Wed Sep 29 15:16:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/cheatsheets/trk_appTrk_intro_cs.xml Wed Sep 29 15:23:54 2010 -0500 @@ -9,7 +9,7 @@ - Click the question mark (right side) to learn about the on-device debug agent Application TRK or System TRK. + Click the question mark (right side) to learn about CODA. @@ -19,4 +19,4 @@ - \ No newline at end of file + diff -r a72d5979b773 -r 271aac434b5c core/com.nokia.carbide.cpp.doc.user/html/index.xml --- a/core/com.nokia.carbide.cpp.doc.user/html/index.xml Wed Sep 29 15:16:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/index.xml Wed Sep 29 15:23:54 2010 -0500 @@ -58,10 +58,10 @@ - + - + @@ -106,15 +106,15 @@ - + - + - + @@ -137,19 +137,19 @@ - + - + - + - + @@ -157,25 +157,17 @@ - - + - - - + - - - - - @@ -190,14 +182,14 @@ --> - + - - - + + + @@ -215,7 +207,7 @@ - + @@ -226,17 +218,17 @@ - + - - + + - + @@ -245,14 +237,13 @@ - - + - + @@ -261,7 +252,7 @@ - + @@ -290,11 +281,11 @@ - + - + @@ -304,11 +295,7 @@ - - - - - + @@ -322,14 +309,13 @@ - + - @@ -342,7 +328,7 @@ - + @@ -351,7 +337,7 @@ - + @@ -387,7 +373,7 @@ - + @@ -397,8 +383,8 @@ - - + + @@ -473,7 +459,7 @@ - + @@ -546,7 +532,7 @@ - + @@ -562,11 +548,11 @@ - + - + @@ -643,8 +629,8 @@ - - + + @@ -663,10 +649,6 @@ - - - - @@ -687,7 +669,7 @@ - + @@ -723,23 +705,19 @@ - - - - - + + - @@ -760,7 +738,7 @@ - + diff -r a72d5979b773 -r 271aac434b5c core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/stop_mode_debug.htm --- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/stop_mode_debug.htm Wed Sep 29 15:16:01 2010 -0500 +++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/debugger/stop_mode_debug.htm Wed Sep 29 15:23:54 2010 -0500 @@ -19,12 +19,6 @@
  • Launch the debugger
  • With stop mode debugging you can use the Carbide.c++ IDE to debug any target type within the Symbian OS.

    -

    Attach to Process

    -

    Use Attach to Process to debug any binaries outside the workspace. The methods to do this include:

    -
      -
    • Select a process in the Symbian OS Data view, then click Debug to launch the debugger which then attaches to the selected process. Ensure that the debug version of the binary is included in the Executables view in order to set and hit any breakpoints.
    • -
    • UNKNOWN??? Create an Symbian OS Device (Attach to Process) launch configuration using the New Launch Configuration Wizard for the project
    • -
    Related Tasks