Finding Stack Trace in Eclipse with Android

前端 未结 4 1200
野趣味
野趣味 2021-01-12 17:56

Not used to using Eclipse for java, mainly used jEdit but with the Android dev along comes Eclipse. I\'ve switched to the debug window and pressed the debug button which sta

4条回答
  •  一个人的身影
    2021-01-12 18:28

    For normal Java development in Eclipse, stack traces will appear in console view:

    Window -> Show view -> Console
    

    (if it isn't listed, click on "Other" and find "Console").

    When dealing with Android development, find the "LogCat" view, like I described above. The stack trace should be there.

提交回复
热议问题