From: yoonki.park Date: Wed, 1 Jul 2015 14:58:32 +0000 (+0900) Subject: Update attach debug description X-Git-Tag: tizen_3.0/TD_SYNC/20161201~734^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5f10d6e7445da18f5177828ddd108f1358a8a38;p=sdk%2Fonline-doc.git Update attach debug description Change-Id: I97747173826aed8051d8a4087a8f1a4897b00715 Signed-off-by: yoonki.park --- diff --git a/org.tizen.gettingstarted/html/native/process/debugging_app_n.htm b/org.tizen.gettingstarted/html/native/process/debugging_app_n.htm index 2612a2b..603b4f7 100644 --- a/org.tizen.gettingstarted/html/native/process/debugging_app_n.htm +++ b/org.tizen.gettingstarted/html/native/process/debugging_app_n.htm @@ -101,11 +101,11 @@

Attached Debugging

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 "gdb" debugger to an application which is running in a target.

If the IDE workspace has a project that contains the source code of the application currently running on the target, you can apply "attach debugging" at a source level.

-

To debug the application:

-
    -
  1. In the Project Explorer view, right-click the project and select Debug As > Tizen native Application - Attach.

    The Select Process window shows the list of processes currently running on the target system.

  2. -
  3. Select the process to which you want to attach the debugger, and click OK.

    Debugging starts.

    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.

  4. -
+

To debug an application that is already running on the emulator or a device

+

Remote Debugging

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 "GDB client" on the host side and a "GDB server" on the target side. Both sides must be connected by serial or TCP/IP communication.

Figure: Remote debugging

@@ -439,4 +439,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file +