How to effectively remove all breakpoints in Android Studio

前端 未结 8 1379
无人共我
无人共我 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:49

    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

提交回复
热议问题