Update attach debug description
authoryoonki.park <yoonki.park@samsung.com>
Wed, 1 Jul 2015 14:58:32 +0000 (23:58 +0900)
committeryoonki.park <yoonki.park@samsung.com>
Fri, 3 Jul 2015 11:28:10 +0000 (20:28 +0900)
Change-Id: I97747173826aed8051d8a4087a8f1a4897b00715
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
org.tizen.gettingstarted/html/native/process/debugging_app_n.htm

index 2612a2b..603b4f7 100644 (file)
   <h3 id="attach" name="attach">Attached Debugging</h3> 
   <p>The attached debugging method is effective for debugging Tizen applications that have no external interaction with the UI, such as middle-ware and libraries. This method attaches the &quot;gdb&quot; debugger to an application which is running in a target.</p> 
   <p>If the IDE workspace has a project that contains the source code of the application currently running on the target, you can apply &quot;attach debugging&quot; at a source level.</p> 
-  <p>To debug the application:</p> 
-  <ol> 
-   <li><p>In the <strong>Project Explorer</strong> view, right-click the project and select <strong>Debug As &gt; Tizen native Application - Attach</strong>.</p> <p>The <strong>Select Process</strong> window shows the list of processes currently running on the target system.</p> </li> 
-   <li><p>Select the process to which you want to attach the debugger, and click <strong>OK</strong>.</p> <p>Debugging starts.</p> <p>Note that if you type the name of the application in the text field shown on the upper part on the window, all processes matching the application are listed in the lower part.</p> </li> 
-  </ol> 
+  <p>To debug an application that is already running on the emulator or a device</p>
+  <ul>
+   <li><p>In the <strong>Project Explorer</strong> view, right-click the project and select <strong>Debug As &gt; Tizen native Application - Attach</strong>.</p></li>
+   <li><p><p>Note that the source code of the project should be related to the application that is running on the target.</p> </li>
+   </ul>
  <h2 name="remote" id="remote">Remote Debugging</h2> 
   <p>The Tizen SDK supports remote debugging. Remote debugging is used to debug the OS Kernel or a system which cannot support local debugging. Remote debugging requires a &quot;GDB client&quot; on the host side and a &quot;GDB server&quot; on the target side. Both sides must be connected by serial or TCP/IP communication.</p> 
   <p class="figure">Figure: Remote debugging</p> 
@@ -439,4 +439,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>