In *cider-error* buffer I’m seeing ex-data elided (note the ... at the end of the quoted code block below), is this the default in cider or my misconfiguration?
Is there a way to change this?
(context: *print-length* and *print-level* are at their defualt nil, (setq cider-print-quota (* 1024 100)))
Truss assertion failed at some.ns[14,3]: (clojure.core/string? 42)
{:ns "some.ns", :coords [14 3], :inst 2025-10-28T13:46:45.670141Z, :pred clojure.core/string?, :arg {:form 42, :value 42, :type java.lang.Long}, ...}TL;DR: You should use inspector now.
wow, thanks @rrudakov