Added support for user-defined Debugger variables (see 'let' and 'print' commands)

This commit is contained in:
Jeff Parsons 2015-08-12 14:25:45 -07:00
commit 8fef77f067
4 changed files with 334 additions and 99 deletions

View file

@ -90,7 +90,7 @@ var TYPEDARRAYS = (typeof ArrayBuffer !== 'undefined');
* we'll have to rethink that choice OR provide a Debugger command that dynamically enables/disables as much of
* the backtracking support as possible.
*/
var BACKTRACK = false; // !COMPILED;
var BACKTRACK = !COMPILED;
/**
* @define {boolean}