Exremely slow Android Studio debugging after update to 6.0.1 (Note 4)

68 views Asked by At

My Samsung Galaxy Note 4 received an OTA update to 6.0.1. I have Android Studio 2.2.3. Before the update my debugging speed was OK. Now it is about 100 times slower, and pretty much unuseable - it takes literally minutes to hit a breakpoint. Nothing else changed in my environment as far as I know, other than the update to 6.0.1. What can I do to get normal debugging speed back?

1

There are 1 answers

0
Gomez NL On

Check if you have not added any method breakpoint. That's usually the main reason behind the significant slowness of the debugging speed. Follow the few steps below if that the case:

  1. Go to the debugger and select view breakpoints

  2. Make sure the Java method Breakpoint is unchecked.

enter image description here