Interface DebugCompoundSessionOptions

interface DebugCompoundSessionOptions {
    compound: DebugCompound;
    configuration?: undefined;
    name: string;
    noDebug?: boolean;
    testRun?: TestRunReference;
    workspaceFolderUri?: string;
}

Hierarchy (view full)

Properties

compound: DebugCompound
configuration?: undefined
name: string
noDebug?: boolean
workspaceFolderUri?: string