Ben Spencer
Ben Spencer
Steps to reproduce: - Run `artemis --major-mode manual` - Choose AirTran from the list of examples - Once loaded, start recording a trace manually - Once the new page has...
Many of the real-world sites use a lot of anonymous functions assigned into variables. Calls such as `myObj.myFunc = function(){...}; myObj.myFunc()` show up in PathTracer as `` because the function...
It seems to be because we try to begin recording a trace while another is already running, although I have not looked into this yet.