Theia API Documentation v1.65.0
    Preparing search index...
    interface DidChangeActiveDebugSession {
        current: undefined | DebugSession;
        previous: undefined | DebugSession;
    }
    Index

    Properties

    Properties

    current: undefined | DebugSession
    previous: undefined | DebugSession