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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |