Interface InstructionBreakpoint

interface InstructionBreakpoint {
    enabled: boolean;
    id: string;
}

Hierarchy (view full)

Properties

Properties

enabled: boolean
id: string