Eclipse Android - Logcat Clearing too Fast

后端 未结 3 1440
野的像风
野的像风 2020-12-05 04:29

I have been using Eclipse for Android (most up to date version), for a while with no problems with the Logcat. For an unknown reason, Logcat is no longer retaining the debug

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 04:42

    You can use breakpoints where you print the messages and debug them by F6/F8 keys after that. So you can see all the messages by step.

提交回复
热议问题