pub fn run_repl( config: Box<DebuggerConfig>, logger: Box<dyn Log>, ) -> Result<(), Report>
Run the REPL debugger with the given configuration.