probe-web / @probe-web/dap / AdapterOptions
Interface: AdapterOptions
Defined in: adapter.ts:69
Options for ProbeDebugAdapter.
Properties
| Property | Type | Description | Defined 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? | SourceProvider | Serves source requests (source text for DWARF paths). | adapter.ts:77 |