Enable the printing of OCaml exceptions stack traces

Summary:public
TOgether with compiling Infer in debug mode, this allows to get exceptions stack traces when Infer fails

Reviewed By: sblackshear

Differential Revision: D2899992

fb-gh-sync-id: 55b4d3d
shipit-source-id: 55b4d3d
master
jrm 9 years ago committed by Facebook Github Bot 0
parent c198d76631
commit af80cdc168

@ -338,6 +338,8 @@ let process_cluster_cmdline fname =
analyze_cluster (nr - 1) cluster
let () =
if !Config.developer_mode then
Printexc.record_backtrace true;
print_prolog ();
RegisterCheckers.register ();

Loading…
Cancel
Save