updated version to 3.1 in text
authorfturovic <frank.turovich@nokia.com>
Wed, 13 Oct 2010 14:15:17 -0500
changeset 2156 76029713f570
parent 2155 fb8db13ce840
child 2158 ac14826aa14b
updated version to 3.1 in text
core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm
core/com.nokia.carbide.cpp/plugin.properties
core/com.nokia.carbide.cpp/plugin.xml
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm	Wed Oct 13 14:07:29 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/processes/attach_to_process.htm	Wed Oct 13 14:15:17 2010 -0500
@@ -9,9 +9,8 @@
 </head>
 <body >
 <h2>Attaching  to a Process</h2>
-<div>
-  <p>Use a <b>Symbian Attach to Process</b> launch configuration to attach the debugger to an already running Symbian process or thread on a target device or simulator. This is useful for debugging DLLs where the main process is unknown or for servers running in RAM in a client-server relationship where the client relies on the presence of the server process to operate.</p>
-  <p>One common debugging DLL use case is when the developer doesn't know which process calls the DLL. This makes it difficult to debug the DLL because you doesn't know which process to attach to nor start. Carbide enables DLL debugging  by simply attaching the DLL to any running process as long as the DLL is included in the <a href="../../projects/views/view_executables.htm">Executables</a> view.</p>
+Use a <b>Symbian Attach to Process</b> launch configuration to attach the debugger to an already running Symbian process or thread on a target device or simulator. This is useful for debugging DLLs where the main process is unknown or for servers running in RAM in a client-server relationship where the client relies on the presence of the server process to operate.
+<p>One common debugging DLL use case is when the developer doesn't know which process calls the DLL. This makes it difficult to debug the DLL because you doesn't know which process to attach to nor start. Carbide enables DLL debugging  by simply attaching the DLL to any running process as long as the DLL is included in the <a href="../../projects/views/view_executables.htm">Executables</a> view.</p>
   <p>You can also attach to a process in the <a href="../../debugger/views/view_symbian_kernel.htm">Symbian Data</a> view when debugging.</p>
   <p class="note"><b>NOTE</b> You cannot attach to a process running on an emulator. It must be a target device or simulator running the Symbian and the CODA software.</p>
   <p>When attempting to find a process the debugger  uses the UID3  to locate the process. </p>
--- a/core/com.nokia.carbide.cpp/plugin.properties	Wed Oct 13 14:07:29 2010 -0500
+++ b/core/com.nokia.carbide.cpp/plugin.properties	Wed Oct 13 14:15:17 2010 -0500
@@ -6,7 +6,7 @@
 CHEAT_SHEETS = Cheat Sheets
 CHEAT_SHEETS_MENU = &Cheat Sheets...
 
-productBlurb=\nCarbide.c++ Version 3.0.0\n\
+productBlurb=\nCarbide.c++ Version 3.1.0\n\
 Build {0} {1}\n\n\n\
 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.\n\
 Visit http://developer.symbian.org/\n\
--- a/core/com.nokia.carbide.cpp/plugin.xml	Wed Oct 13 14:07:29 2010 -0500
+++ b/core/com.nokia.carbide.cpp/plugin.xml	Wed Oct 13 14:15:17 2010 -0500
@@ -34,7 +34,7 @@
 		<!-- Product attributes that support themes and universal intro -->
 		<property
 			name="introTitle"
-			value="Carbide.c++ v3.0.0 for Symbian"/> 
+			value="Carbide.c++ v3.1.0 for Symbian"/> 
 		<property
 			name="introBrandingImage"
 			value="intro/css/graphics/rootpage/brandmark.png"/>