Search code examples
javascriptfirefoxbreakpointsfirefox-developer-toolsfirefox-aurora

How do I refresh in Firefox and preserve breakpoints?


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?


Solution

  • 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?