Android Studio IDE: Break on Exception
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. To break on all exceptions, caught or uncaught: Open the Breakpoints window via Run -> View Breakpoints . The Breakpoints dialog appears. In the left pane, scroll to the bottom. Select Any exception under Java Exception Breakpoints With Any exception selected, on the right pane,