pub fn with_current_program<R>(
    op: impl FnOnce(Option<&Arc<dyn DebugContext>>) -> R
) -> R