How to remove all breakpoints in one step in Google Chrome?

前端 未结 8 1720
再見小時候
再見小時候 2020-12-22 19:49

How to remove all breakpoints in one step in Google Chrome? Using version 11.

[update]

There is now a feature request for this.

[update]

The

相关标签:
8条回答
  • 2020-12-22 20:10

    solution here.

    To purge all breakpoints open inspector on inspector (undock first inspector and hit ctrl-shift-I to open the second) and run "WebInspector.settings.domBreakpoints.set([])" in second inspector's console.

    0 讨论(0)
  • 2020-12-22 20:10
    1. new Tabs; Ctrl+Shift+J to Console; Access URL

    2. Open the Chrome task manager and end the tab page.

    3. Ctrl+Shift+J to Application -> Service Workers (Offiline) -> Refresh

    4. to Sources Cancel Breakpoint

    Success

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