Interface CoreList

interface CoreList {
    cores: string[];
    nonDebugCores: string[];
}

Properties

Properties

cores: string[]

The currently available debuggable cores

nonDebugCores: string[]

The currently available non-debuggable cores