AutoBE
    Preparing search index...

    Interface AutoBeDebugPatch

    Realize patch produced by one Debug-stage runtime repair iteration.

    interface AutoBeDebugPatch {
        failures: IAutoBeDebugRuntimeEndpointFailure[];
        functions: AutoBeRealizeFunction[];
        iteration: number;
    }
    Index

    Properties

    Runtime failures that were used as feedback for this repair.

    Realize functions rewritten by the repair iteration.

    iteration: number

    One-based repair iteration that produced this patch.