I can think of a few ways to start... use the debug perspective in eclipse to break and step through code, after attaching to you process in the dmss perspective.
And use the logcat window, adding tagged log statements to your source code. And don't forget, handling and printing your exceptions. I recommend using the eclipse tutorial and android hello world to get started... and a lot of google searches. On Aug 6, 2009 8:35 AM, "Declan" <[email protected]> wrote: Hi, My app is crashing, How do I debug it? I'm using a HTC Magic and eclips. I looked in the documentation, but it doesn't say how to go about doing it. Thanks, -Declan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

