Theia API Documentation v1.65.0
    Preparing search index...

    Debug adapter executable for forking.

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

    Properties

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