Interface DidChangeActiveDebugSession

interface DidChangeActiveDebugSession {
    current: undefined | DebugSession;
    previous: undefined | DebugSession;
}

Properties

Properties

current: undefined | DebugSession
previous: undefined | DebugSession