I tried various steps to remove breakpoints from Android Studio . One of them listed in question BreakPoint link
I followed this but , still there are some green colored with red circle remaining , what are those as seen in image below and how to remove those effectively.
Step 1: ctrl+shift+F8
Step 2: ctrl+A
Step 3: Click delete or Alt+delete
Step 4: done
My SOP:
- select
Favoritesfrom the left hand edge of the screen; - expand
Breakpoints - select those you wish to remove
- press
deleteor the-button (located at the bottom of the window)
Alternative:
⌘ ⇧ F8 (Mac) or Ctrl ⇧ F8 (Windows) brings up the breakpoint dialog. Highlight the breakpoints you want to remove and press the - button.
Pressing ctrl+shift+F8 will pop up the Breakpoints window and then you can disable/enable all break point by clicking the check box in the Java line Breakpoints Treeview
Open breakpoint window short cut key using Ctrl + shift +f8
Check this image for what it means:
Following the intellij docs it says:
To remove a breakpoint permanently, do one of the following:
- On the main menu, choose Run | View Breakpoints or
Ctrl+Shift+F8. Select the desired break point and click
-buttonIf all breakpoints from certain group need to be deleted:
- Select the group on the left side of the widow and Press
-ordeletebutton
- Select the group on the left side of the widow and Press
- On the main menu, choose Run | View Breakpoints or
来源:https://stackoverflow.com/questions/42478937/how-to-effectively-remove-all-breakpoints-in-android-studio





