summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml
index da0b4a0a..d8e9aa40 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -7,7 +7,8 @@ module I = Interpreter
module EL = Easy_logging.Logging
(* This is necessary to have a backtrace when raising exceptions - for some
- * reason, the -g option doesn't work *)
+ * reason, the -g option doesn't work.
+ * JP: are you running with OCAMLRUNPARAM=b=1? *)
let () = Printexc.record_backtrace true
let usage =