Skip to content

probe-web / @probe-web/dap / ConnectResult

Interface: ConnectResult

Defined in: adapter.ts:61

What an AdapterOptions.connect function returns.

Properties

PropertyTypeDescriptionDefined in
debuggerDebuggerLikeThe debugger the adapter drives; it takes ownership and disposes it on disconnect.adapter.ts:63
close?() => void | Promise<void>Release the connection (called on disconnect).adapter.ts:65