|
@@ -129,6 +129,7 @@ let create com api is_macro =
|
|
evals = evals;
|
|
evals = evals;
|
|
exception_stack = [];
|
|
exception_stack = [];
|
|
max_stack_depth = int_of_string (Common.defined_value_safe ~default:"1000" com Define.EvalCallStackDepth);
|
|
max_stack_depth = int_of_string (Common.defined_value_safe ~default:"1000" com Define.EvalCallStackDepth);
|
|
|
|
+ max_print_depth = int_of_string (Common.defined_value_safe ~default:"5" com Define.EvalPrintDepth);
|
|
} in
|
|
} in
|
|
if debug.support_debugger && not !GlobalState.debugger_initialized then begin
|
|
if debug.support_debugger && not !GlobalState.debugger_initialized then begin
|
|
(* Let's wait till the debugger says we're good to continue. This allows it to finish configuration.
|
|
(* Let's wait till the debugger says we're good to continue. This allows it to finish configuration.
|