On Dec 2, 8:58 am, Kostya Vasilyev <[email protected]> wrote:
> - Run your game.
> - In Eclipse, switch to DDMS perspective (green Android, top-right toolbar).
> - In the "Devices" window (top-left), select your process.
> - Click the green bug icon in the toolbar above.

Also, if you want to wait at a specific point, you can use
android.os.Debug.waitForDebugger() to have the app pause until the
debugger connects.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to