开发者

Android: Eclipse - Not showing exceptions

开发者 https://www.devze.com 2023-02-08 08:48 出处:网络
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 s

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:

Android: Eclipse - Not showing exceptions

Prompting for source file:

Android: Eclipse - Not showing exceptions


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消