pub fn run_source_with_debugger_classified(
input: &str,
instruction_budget: usize,
) -> GcDebuggerRunOutcomeExpand 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.