Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.debug-session-custom-event

A custom Debug Adapter Protocol event received from a {@link DebugSession debug session}.

A custom Debug Adapter Protocol event received from a {@link DebugSession debug session}.
raw docstring

bodycljs

(body debug-session-custom-event)

Event specific information.

Returns: any

Event specific information.

**Returns:** `any`
sourceraw docstring

eventcljs

(event debug-session-custom-event)

Type of event.

Returns: string

Type of event.

**Returns:** `string`
sourceraw docstring

sessioncljs

(session debug-session-custom-event)

The {@link DebugSession debug session} for which the custom event was received.

Returns: DebugSession

The {@link DebugSession debug session} for which the custom event was received.

**Returns:** `DebugSession`
sourceraw docstring

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

× close