Section: New Software and Platforms
jsexplain
JSExplain
Keywords: JavaScript - Compilation - Standards - Debug - Interpreter
Functional Description: JSExplain is a reference interpreter for JavaScript that closely follows the specification and that produces execution traces. These traces may be interactively investigated in a browser, with an interface that displays not only the code and the state of the interpreter, but also the code and the state of the interpreted program. Conditional breakpoints may be expressed with respect to both the interpreter and the interpreted program. In that respect, JSExplain is a double-debugger for the specification of JavaScript.
-
Publication: JSExplain: A Double Debugger for JavaScript