(printing-stacktraces?)
Returns true
if stacktraces are printed, false
otherwise.
Returns `true` if stacktraces are printed, `false` otherwise.
(set-print-stacktraces! enable?)
It appears that cider-nrepl
sometimes triggers an uncaught
exception. Until the root cause of the problem is found and fixed,
printing stacktrace can be switched on and off.
If called with a truthy values enables printing of stacktraces (the default), otherwise disables it.
Returns true
if enabled, false
otherwise.
It appears that `cider-nrepl` sometimes triggers an uncaught exception. Until the root cause of the problem is found and fixed, printing stacktrace can be switched on and off. If called with a truthy values *enables* printing of stacktraces (the default), otherwise disables it. Returns `true` if enabled, `false` otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close