How do I refresh in Firefox and preserve breakpoin

2019-04-05 06:35发布

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?

3条回答
一纸荒年 Trace。
2楼-- · 2019-04-05 07:06

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?

查看更多
姐就是有狂的资本
3楼-- · 2019-04-05 07:13

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.

查看更多
趁早两清
4楼-- · 2019-04-05 07:28

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

查看更多
登录 后发表回答