Theia API Documentation v1.73.0
    Preparing search index...
    interface DebugSessionData {
        id: string;
        options: DebugConfigurationSessionOptions;
        parentSession: undefined | DebugSession;
    }
    Index

    Properties

    id: string
    parentSession: undefined | DebugSession