On 04/15/2014 07:14 PM, Gijs Kruitbosch wrote:
1) Is anyone working on something similar that works for frontend code (particularly, chrome JS)? I realize we have a JS debugger, but sometimes activating the debugger at the wrong time makes the bug go away, and then there's timing issues, and that the debugger doesn't stop all the event loops and so stopping at a breakpoint sometimes still has other code execute in the same context... AIUI your post, because the replay will replay the same Firefox actions, firing up the JS debugger is impossible because you can't make the process do anything.
While clearly unsuitable for debugging Firefox chrome or Firefox-specific issues since it's based on safari/webkit, it's worth calling out Brian Burg's timelapse project as prior art in this field:
https://github.com/burg/timelapse/ http://homes.cs.washington.edu/~burg/projects/timelapse/ Andrew _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

