It seems my Android Studio does not want to break on any exception by default. Enabling break on \"Any Exception\" starts breaking within actual JDE libraries. Is there any
If you open up the Breakpoints window, it gives you quite a few options to have it conditionally break or not. What you're looking for is the "Class filters" here -- you can specify a wildcard expression with, for example, a Java package path, and it will only break for exceptions generated from matching classes.