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.