Android app runs very slowly after resuming from breakpoint Android app runs very slowly after resuming from breakpoint android android

Android app runs very slowly after resuming from breakpoint


Don't add breakpoint in the method definition. Method breakpoint will decrese the performance. Go with line breakpoint. That is better.

Please go through the difference b/w method breakpoint and line breakpoint if you are not aware.


Try to remove all the previous breakpoints that you might have added in Android Studio.

Go to the debugger window and select the View Breakpoints option and then disable all the old breakpoints and only add the new one which you want to use.

Debugger section

Disable all old breakpoints