From 75b2afedbd27c0d0443d62afa4e4a003959b8800 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Tue, 13 Sep 2011 16:39:29 -0700 Subject: [PATCH] Minor docs fixes: Make description match screenshot. Also update location of DDMS preferences file. Change-Id: I91b9f9b2376d427a2ef8b1832d49e07e232c3320 --- docs/html/guide/developing/debugging/ddms.jd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/html/guide/developing/debugging/ddms.jd b/docs/html/guide/developing/debugging/ddms.jd index 0d47ae501e0f8..4398ec9d89418 100644 --- a/docs/html/guide/developing/debugging/ddms.jd +++ b/docs/html/guide/developing/debugging/ddms.jd @@ -60,9 +60,9 @@ parent.link=index.html

The following screenshot shows a typical DDMS screen in Eclipse. If you are starting DDMS from the command line, the screen is slightly different, but much of the functionality is identical. - Notice that the highlighted process, com.example.android.notepad, that is running in the emulator - has the debugging port 8700 assigned to it as well as 8609. This signifies that DDMS is currently - forwarding port 8609 to the static debugging port of 8700.

+ Notice that the highlighted process, com.android.email, that is running in the emulator + has the debugging port 8700 assigned to it as well as 8606. This signifies that DDMS is currently + forwarding port 8606 to the static debugging port of 8700.

@@ -76,7 +76,7 @@ parent.link=index.html

Tip: You can set a number of DDMS preferences in File > Preferences. Preferences are saved to - $HOME/.ddmsrc.

+ $HOME/.android/ddms.cfg.

Known debugging issues with Dalvik
Debugging an application in the Dalvik VM should work the same as it does in other VMs. However,