How do I refresh in Firefox and preserve breakpoints?

笑着哭i 提交于 2019-12-05 14:05:11

问题


I am debugging javascript in Firefox Aurora Developer Tools. I set a breakpoint in a javascript file, and refreshed the page, after which all my breakpoints went away.

How do I preserve breakpoints in Firefox developer tools when I refresh the page?


回答1:


This sounds like a regression; breakpoints should stay active across page refreshes.

Can you share the code you are working with (or a minimal test case) and give some steps to reproduce the lost breakpoints?




回答2:


The breakpoints stay highlighted across refreshes, but fail to break.. restarting firefox occasionally will let it work, but it's basically a bug. Been working with this all day, the breakpoints seem to be basically broken.




回答3:


Firebug. But I'm not sure if it works properly with Aurora



来源:https://stackoverflow.com/questions/17752048/how-do-i-refresh-in-firefox-and-preserve-breakpoints

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!