pub fn debug_interactions<SC: StarkGenericConfig, A: MachineAir<Val<SC>>>(
chip: &MachineChip<SC, A>,
pkey: &StarkProvingKey<SC>,
record: &A::Record,
interaction_kinds: Vec<InteractionKind>,
scope: InteractionScope,
) -> (BTreeMap<String, Vec<InteractionData<Val<SC>>>>, BTreeMap<String, Val<SC>>)
Expand description
Debugs the interactions of a chip.