pub fn get_eval_expression_with_input(
engine_state: &EngineState,
) -> EvalExpressionWithInputFn
Expand description
Helper function to fetch eval_expression_with_input()
with the correct type parameter based
on whether engine_state is configured with or without a debugger.