Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: Eclipse - Not showing exceptions

After installing an update on Android SDK and moving to Eclipse 3.6, when an exception occurs while my code is running, I'm only prompted for what seems to be Android source code, in stread of showing the line in my code and the exception details in logcat.

I now resort to try..catch - ing everything, but it's not practical.

Why is it prompting for the source code?

Many thanks for any help!!

Nothing in Log Cat: Nothing in the log cat

Prompting for source file: Prompting for source file

like image 330
Hein du Plessis Avatar asked Feb 01 '11 10:02

Hein du Plessis


1 Answers

I've solved this after waiting days to post this. All that changed is that when I get the prompt for source, I just click Run / Resume and it will throw the exception stack onto logcat.

Maybe this will help somebody else.

like image 50
Hein du Plessis Avatar answered Nov 10 '22 07:11

Hein du Plessis