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.
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close