Haha, sounds like you need more ram... :-)... Anyway, yes, jdb can be used, the interface to the android debugger is fairly high level and based on the java debugging protocol (the java wire protocol, I believe). So you should be able to attach your debugger through adb to your device..
http://asantoso.wordpress.com/2009/09/26/using-jdb-with-adb-to-debugging-of-android-app-on-a-real-device/ Google "android jdb" and you should find a great amount of information as well.. Looks like android.el contains keybindings and other cool stuff to help you use it within emacs? kris On Mon, Feb 6, 2012 at 8:35 PM, hongbosb <[email protected]> wrote: > I really don't want to start eclipse. I have opened so much application on > my computer. If the eclipse is launched, i can can almost do nothing. I > heard that jdb can used to debug android project, is it efficient to use. I > have used gdb before and quit like it. > > -- > 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 -- 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

