On Nov 8, 8:13 am, bnovc <[email protected]> wrote: > 2. How can I debug without using Eclipse? I would really like to be > able to use something like gdb/jdb.
- Launch the stand-alone version of DDMS. (Just type "ddms" with the SDK tools in your path.) - Select the app you want to debug; this makes port 8700 point to that app. - "jdb -attach localhost:8700" You can also skip the "select the app" step if you use one of the 86xx port numbers. The association between apps and ports will change from run to run though unless you use the static port configuration feature. -- 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

