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 way to force it to break only on exceptions within my code only?
Coming from Visual Studio universe, looking for the default VS debug behavior here.
See Question&Answers more detail:os