Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
页面重新加载后,我需要在断点处停止。我在代码中放置了一个断点,但重新加载后它被禁用。
推杆
debugger;
在代码中工作正常。
但我想知道是否有办法在 firebug 或 chrome 开发工具中做到这一点。
可能是您在重新加载时更改的页面 url 中有参数。
http://website.com/page.html?stamp=20120516103456
然后每次刷新时加载一个新页面。 这可以解释为什么你的断点消失了。