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.
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,