I set it up so that it has a breakpoint for all exceptions, but I'm getting nothing useful.
Here is what I see on the left:
It just points to the code causing the error without any explanation of why the code is causing an error. Here is the code it points to:
And here is what it shows in the debug area below:
The console shows no errors either.
Where do I see what exceptions are being thrown? When I was using Eclipse on Windows for Android development it always gave me details.