aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-02 12:03:07 -0700
committeralon@honor <none@none>2010-10-02 12:03:07 -0700
commit51d1c32a775cbb4ac578911fe1ae03b064a792bd (patch)
treea9903e22ed5bcfba177bad8f93c12268b5f61279 /src/settings.js
parenta3f35c0ffd4b6c3e38752ea8ff1e3fc2101a313b (diff)
memory implementation cleanup
Diffstat (limited to 'src/settings.js')
-rw-r--r--src/settings.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.js b/src/settings.js
index 815832ed..67ba8d10 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -24,6 +24,7 @@ RELOOP = 0; // Recreate js native loops from llvm data XXX - disabled pending op
// Generated code debugging options
SAFE_HEAP = 0; // Check each write to the heap against a list of blocked addresses
LABEL_DEBUG = 0; // Print out labels and functions as we enter them
+EXCEPTION_DEBUG = 1; // Print out exceptions in emscriptened code
EXECUTION_TIMEOUT = -1; // Throw an exception after X seconds - useful to debug infinite loops
// Compiler debugging options