Interface DidChangeBreakpointsEvent

interface DidChangeBreakpointsEvent {
    session?: DebugSession;
    uri: URI;
}

Properties

Properties

session?: DebugSession
uri: URI