Liking cljdoc? Tell your friends :D

dots.vscode.debug-adapter-tracker

A Debug Adapter Tracker is a means to track the communication between the editor and a Debug Adapter.

A Debug Adapter Tracker is a means to track the communication between the editor and a Debug Adapter.
raw docstring

on-did-send-messagecljs

(on-did-send-message debug-adapter-tracker message)

The debug adapter has sent a Debug Adapter Protocol message to the editor.

Parameters:

  • message: any

Returns: void

The debug adapter has sent a Debug Adapter Protocol message to the editor.

**Parameters:**
- `message`: `any`

**Returns:** `void`
sourceraw docstring

on-errorcljs

(on-error debug-adapter-tracker error)

An error with the debug adapter has occurred.

Parameters:

  • error: Error

Returns: void

An error with the debug adapter has occurred.

**Parameters:**
- `error`: `Error`

**Returns:** `void`
sourceraw docstring

on-exitcljs

(on-exit debug-adapter-tracker)
(on-exit debug-adapter-tracker code)
(on-exit debug-adapter-tracker code signal)

The debug adapter has exited with the given exit code or signal.

Parameters:

  • code: number | undefined
  • signal: string | undefined

Returns: void

The debug adapter has exited with the given exit code or signal.

**Parameters:**
- `code`: `number | undefined`
- `signal`: `string | undefined`

**Returns:** `void`
sourceraw docstring

on-will-receive-messagecljs

(on-will-receive-message debug-adapter-tracker message)

The debug adapter is about to receive a Debug Adapter Protocol message from the editor.

Parameters:

  • message: any

Returns: void

The debug adapter is about to receive a Debug Adapter Protocol message from the editor.

**Parameters:**
- `message`: `any`

**Returns:** `void`
sourceraw docstring

on-will-start-sessioncljs

(on-will-start-session debug-adapter-tracker)

A session with the debug adapter is about to be started.

Returns: void

A session with the debug adapter is about to be started.

**Returns:** `void`
sourceraw docstring

on-will-stop-sessioncljs

(on-will-stop-session debug-adapter-tracker)

The debug adapter session is about to be stopped.

Returns: void

The debug adapter session is about to be stopped.

**Returns:** `void`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close