On 05/29/2012 11:56 PM, Tony Houghton wrote:
I think I've got a problem with Eclipse, maybe I closed the wrong
>  >  sub-window or something. Basically it's not reporting exceptions
>  >  properly. If I run my application (Ctrl+F11) I get shown a backtrace in
>  >  LogCat view, but if i use debug (F11) I don't even get that. All I get
>  >  shown about the exception is a sub-window labelled "Debug" which shows
>  >  the exception type and where the exception was trapped (I presume)
>  >  instead of what caused it.

To see the exception trace, you've go to let the application crash completely, so it reaches the exception reporting code in the framework.

Once the app gets stopped like you described above, press Resume button in the Debug panel near the bottom of the screen, or press F8.

Do this several times until you see the "Application stopped unexpectedly" dialog on the device. At this point, you should see the stack trace in the logcat.

-- K

--
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