Interface DebugAdapterForkExecutable

Debug adapter executable for forking.

interface DebugAdapterForkExecutable {
    args?: string[];
    execArgv?: string[];
    modulePath: string;
}

Properties

args?: string[]
execArgv?: string[]
modulePath: string