I want my Android Studio to breaks every time an uncaught exception is thrown. Here is my breakpoints setting: I tried unchecking "Caught exception", but my app just crashed when uncaught exceptions were thrown. I have also read this post, but the answer will make Android Studio break no matter exception is caught or not.
Android Studio How to break only on uncaught exception? - Stack Overflow
评论列表(0)
- 暂无评论