Firefox调试器断点不起作用
当我单击一条线以设置断点时,断点线将突出显示,然后断点突出显示消失.
When I click on a line to set a break point, the break point line gets highlighted, then the break point highlight disappears.
除此之外,Firefox开发人员调试一直很好.
Other than that, Firefox developer debug has been working fine.
这可能对将来的人们有所帮助,而无需修改任何js文件:
This might help people in the future without having to modify any js file:
您单击了Deactivate breakpoints
按钮吗?按下此键将打开/关闭断点.
Have you clicked the Deactivate breakpoints
button? Pressing this will toggle breakpoints on/off.
如果图标为蓝色,则表示将禁用断点.
If the icon is in blue, it means the breakpoints will be de-activated.
注意:我注意到,在某些会话中,切换开关虽然不是蓝色的,但已被激活,刷新页面即可解决此问题.
Note: I have noticed that in some sessions the toggle is activated although not blue, a refresh of the page solved this.