Some debugging improvements
This commit is contained in:
parent
851b077957
commit
a72d824548
7 changed files with 81 additions and 25 deletions
|
|
@ -105,6 +105,13 @@ var FATARRAYS = false;
|
|||
*/
|
||||
var TYPEDARRAYS = false; // (typeof ArrayBuffer !== 'undefined');
|
||||
|
||||
/**
|
||||
* @define {boolean}
|
||||
*
|
||||
* Enable instruction sampling (work-in-progress).
|
||||
*/
|
||||
var SAMPLER = false;
|
||||
|
||||
if (typeof module !== 'undefined') {
|
||||
global.PCJSCLASS = PCJSCLASS;
|
||||
global.DEBUGGER = DEBUGGER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue