On Sep 26, 3:45 am, Agus <[email protected]> wrote: > For others who might choose to do debugging on CLI , here's how. > > http://asantoso.wordpress.com/2009/09/26/using-jdb-with-adb-to-debugg...
If you just want a CLI debugger: run the stand-alone DDMS to take care of the ADB aspects, and tell jdb to attach to the DDMS pass-through port (e.g. jdb -attach localhost:8700). You still have a GUI app running, but just to manage the debugger connection. You don't need the full Eclipse/ADT setup. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

