Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.debug.active-debug-console

The currently active {@link DebugConsole debug console}. If no debug session is active, output sent to the debug console is not shown.

The currently active {@link DebugConsole debug console}.
If no debug session is active, output sent to the debug console is not shown.
raw docstring

appendcljs

(append value)

Append the given value to the debug console.

Parameters:

  • value: string - A string, falsy values will not be printed.

Returns: void

Append the given value to the debug console.

**Parameters:**
- `value`: `string` - A string, falsy values will not be printed.

**Returns:** `void`
sourceraw docstring

append-linecljs

(append-line value)

Append the given value and a line feed character to the debug console.

Parameters:

  • value: string - A string, falsy values will be printed.

Returns: void

Append the given value and a line feed character
to the debug console.

**Parameters:**
- `value`: `string` - A string, falsy values will be printed.

**Returns:** `void`
sourceraw docstring

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

× close