Skip to main content

run_repl

Function run_repl 

Source
pub fn run_repl(
    config: Box<DebuggerConfig>,
    logger: Box<dyn Log>,
) -> Result<(), Report>
Expand description

Run the REPL debugger with the given configuration.