Skip to main content

run_source_with_debugger_classified

Function run_source_with_debugger_classified 

Source
pub fn run_source_with_debugger_classified(
    input: &str,
    instruction_budget: usize,
) -> GcDebuggerRunOutcome
Expand description

Parse, compile, and execute Monkey source, recording a snapshot at every debugger; statement. GC stays disabled (threshold usize::MAX) so heap ids remain stable across the hits of one run.