Re: [android-developers] Debugging: how to find what caused an exception

2012-05-30 Thread Tony Houghton
On Tue, 29 May 2012 15:09:17 -0500 TreKing treking...@gmail.com wrote: On Tue, May 29, 2012 at 1:24 PM, Tony Houghton h...@realh.co.uk wrote: 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)

[android-developers] Debugging: how to find what caused an exception

2012-05-29 Thread Tony Houghton
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

Re: [android-developers] Debugging: how to find what caused an exception

2012-05-29 Thread Justin Anderson
Have you tried resetting your Debug perspective? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 29, 2012 at 12:24 PM, Tony Houghton h...@realh.co.uk wrote: I think I've got a problem with Eclipse, maybe I closed the wrong sub-window or

Re: [android-developers] Debugging: how to find what caused an exception

2012-05-29 Thread Tony Houghton
I've just tried that, but there's still no backtrace :-(. On Tue, 29 May 2012 12:57:43 -0600 Justin Anderson magouyaw...@gmail.com wrote: Have you tried resetting your Debug perspective? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue,

Re: [android-developers] Debugging: how to find what caused an exception

2012-05-29 Thread TreKing
On Tue, May 29, 2012 at 1:24 PM, Tony Houghton h...@realh.co.uk wrote: 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. I'm sure a few weeks ago it was doing something

Re: [android-developers] Debugging: how to find what caused an exception

2012-05-29 Thread Kostya Vasilyev
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