diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-11 21:18:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-11 21:18:37 -0700 |
commit | 9e7a712c6b6186792f186ed6bd6d6af31d36a434 (patch) | |
tree | ed0b51d1f165dc80278aedf9f3f768fe303aff15 /src/settings.js | |
parent | fd301b105745a855e4cb231e217e8acf40df1858 (diff) |
infrastructure for supporting exceptions in asm.js, by going through invoke_* calls
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.js b/src/settings.js index 08dad7f7..8f31c2d8 100644 --- a/src/settings.js +++ b/src/settings.js @@ -150,7 +150,7 @@ var LABEL_FUNCTION_FILTERS = []; // Filters for function label debug. // labels of functions that is equaled to // one of the filters are printed out // When the array is empty, the filter is disabled. -var EXCEPTION_DEBUG = 0; // Print out exceptions in emscriptened code +var EXCEPTION_DEBUG = 0; // Print out exceptions in emscriptened code. Does not work in asm.js mode var LIBRARY_DEBUG = 0; // Print out when we enter a library call (library*.js). You can also unset // Runtime.debug at runtime for logging to cease, and can set it when you |