Android Studio 2.2.1: Slow Debugging
android, android-studio, debugging
Solution
Make sure your debugger option is correct.
Problem
Since the update to version 2.21 the `Debugging` has become very slow. One exmaple: When I start my app without the debugger in completes one function in less than 2 seconds. With the debugger connected I have to wait more than 4 minutes for its completion. The update `2.2.2` did not solve this problem. What can I do to increase the debug speed again?