Added support for user-defined Debugger variables (see 'let' and 'print' commands)
This commit is contained in:
parent
2fd9f6cfe5
commit
8fef77f067
4 changed files with 334 additions and 99 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue