Friday, February 17, 2017

To remove all debug breakpoints in Android Studio


To remove all debug breakpoints in Android Studio, follow the steps given below:



  1. Ctrl + Shift + F8 (open Breakpoints dialog)
  2. Ctrl + A (select all breakpoint)
  3. Alt + Delete (remove selected breakpoints)
  4. Enter (confirm)