From 75b2afedbd27c0d0443d62afa4e4a003959b8800 Mon Sep 17 00:00:00 2001
From: Siva Velusamy 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,