November 16th, 2012, 04:31 AM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Jun 2011
Posts: 7
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
Where are the runtime errors in Eclipse?
Hello,
I'm working on an app. I'm getting runtime errors.
The problem is, I can't find the error... stacktrace.. thing.
I'm running it on a real phone. In debug-mode.
I see a lot going on in Eclipse's debug perspective. But I don't see any stacktrace.
I do see the application stops, and it shows me in which thread it happens. But I can't even figure out if it's a NullPointerException or what!
So, where do I find runtime errors?
I checked LogCat, Console, Problems, Error log.
Even if I generate my own error, by dividing by zero... The app stops working on that exact line of code. But I still can't find an error that relates to it.
Please help.
|
|
|