Firefox debugger breakpoint not working

前端 未结 8 1309
心在旅途
心在旅途 2020-12-17 10:00

When I click on a line to set a break point, the break point line gets highlighted, then the break point highlight disappears.

Other than that, Firefox developer de

相关标签:
8条回答
  • 2020-12-17 10:27

    This just happened to me in Firefox 60.3.0. The tip about removing the Mozilla folder led me to a better solution, which is to edit the prefs.js file in the Mozilla profile folder. (In my system this was in C:\Users\xxx\AppData\Roaming\Mozilla\Firefox\Profiles\xxx.default)

    I deleted all of the lines in prefs.js that began with

    user_pref("devtools.

    e.g.

    user_pref("devtools.toolsidebar-height.inspector", 350);

    user_pref("devtools.toolsidebar-width.inspector", 350);

    This fixed the problem while preserving all my bookmarks, saved passwords, etc. The lines in prefs.js were recreated when I next ran the debugger.

    0 讨论(0)
  • 2020-12-17 10:27

    In my case it was 2 check-boxes to check:

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