How to effectively remove all breakpoints in Android Studio

前端 未结 8 1443
无人共我
无人共我 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 19:07
    Step 1: ctrl+shift+F8
    Step 2: ctrl+A
    Step 3: Click delete or Alt+delete
    Step 4: done
    
    0 讨论(0)
  • 2020-12-29 19:07

    In debug option there is button disable break point button this will disable all break point

    0 讨论(0)
提交回复
热议问题