Skip to content

probe-web / @probe-web/dap / AdapterOptions

Interface: AdapterOptions

Defined in: adapter.ts:69

Options for ProbeDebugAdapter.

Properties

PropertyTypeDescriptionDefined in
connect?(args, kind) => Promise<ConnectResult>Create the debugger for launch / attach from the request's arguments. Defaults to connectProbeRs. Supply your own to reuse an existing session or to test against a fake debugger.adapter.ts:75
sources?SourceProviderServes source requests (source text for DWARF paths).adapter.ts:77