How to effectively remove all breakpoints in Android Studio

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

    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 - button

      • If all breakpoints from certain group need to be deleted:

        • Select the group on the left side of the widow and Press - or delete button

提交回复
热议问题