From ce4d229afcc156885f084ac0f0cbaf1661c3dd19 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Thu, 16 Dec 2010 17:26:11 -0800 Subject: Doc change: Debugging section of dev guide restructuring Change-Id: I1dc371d181800cb1b68bfa0f7a229f6447992052 --- .../developing/debugging/debugging-projects.jd | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 docs/html/guide/developing/debugging/debugging-projects.jd (limited to 'docs/html/guide/developing/debugging/debugging-projects.jd') diff --git a/docs/html/guide/developing/debugging/debugging-projects.jd b/docs/html/guide/developing/debugging/debugging-projects.jd new file mode 100644 index 0000000..d4818ce --- /dev/null +++ b/docs/html/guide/developing/debugging/debugging-projects.jd @@ -0,0 +1,65 @@ +page.title=Debugging Android Projects in Eclipse +@jd:body + +
+
+

In this document

+ +
    +
  1. The Debug Perspective
  2. + +
  3. The DDMS Perspective
  4. +
+
+
+ +

If you are developing in Eclipse with the ADT plugin, you can use the built-in Java Debugger, + along with DDMS, to debug your applications. To access the debugger and + DDMS, Eclipse displays the debugger and DDMS features as perspectives, which are customized + Eclipse views that display certain tabs and windows depending on the perspective that you are in. + Eclipse also takes care of starting the ADB host daemon for you, so you do not have to run this + manually.

+ +

The Debug Perspective in Eclipse

+ +

The Debug Perspective in Eclipse gives you access to the following tabs:

+ + +

You can access the Debug Perspective by clicking Window > Open Perspective > + Debug. Refer to the appropriate documentation for the Eclipse debugger for more + information.

+ +

The DDMS Perspective

+

The DDMS Perspective in Eclipse lets you access all of the features + of DDMS from within the Eclipse IDE. The following sections of DDMS are available to you:

+ + +

To access the DDMS perspective, go to Window > Open Perspective > + DDMS. If DDMS does not appear, go to Window > Open Perspective > Other + ... and select DDMS from the Open Perspective window that appears. For + more information on using DDMS, see Using the Dalvik Debug Monitor Server. +

\ No newline at end of file -- cgit v1.1