Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.debug-adapter-tracker-factory

A debug adaper factory that creates {@link DebugAdapterTracker debug adapter trackers}.

A debug adaper factory that creates {@link DebugAdapterTracker debug adapter trackers}.
raw docstring

create-debug-adapter-trackercljs

(create-debug-adapter-tracker debug-adapter-tracker-factory session)

The method 'createDebugAdapterTracker' is called at the start of a debug session in order to return a "tracker" object that provides read-access to the communication between the editor and a debug adapter.

Parameters:

  • session: DebugSession - The {@link DebugSession debug session} for which the debug adapter tracker will be used.

Returns: ProviderResult<DebugAdapterTracker> - A {@link DebugAdapterTrackerdebug adapter tracker} or undefined.

The method 'createDebugAdapterTracker' is called at the start of a debug session in order
to return a "tracker" object that provides read-access to the communication between the editor and a debug adapter.

**Parameters:**
- `session`: `DebugSession` - The {@link DebugSession debug session} for which the debug adapter tracker will be used.

**Returns:** `ProviderResult<DebugAdapterTracker>` - A {@link DebugAdapterTrackerdebug adapter tracker} or undefined.
sourceraw docstring

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

× close