How to effectively remove all breakpoints in Android Studio

前端 未结 8 1439
无人共我
无人共我 2020-12-29 18:33

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 col

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-29 18:57

    My SOP:

    • select Favorites from the left hand edge of the screen;
    • expandBreakpoints
    • select those you wish to remove
    • press delete or 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.

提交回复
热议问题