We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05db599 commit df63462Copy full SHA for df63462
cider-debug.el
@@ -158,7 +158,8 @@ configure `cider-debug-prompt' instead."
158
"Used as an overlay's before-string prop to place a fringe arrow.")
159
160
(defun cider--debug-display-result-overlay (value caught)
161
- "Place an overlay at point displaying VALUE."
+ "Place an overlay at point displaying VALUE.
162
+When CAUGHT is non-nil, display it as an error message overlay."
163
(when cider-debug-use-overlays
164
;; This is cosmetic, let's ensure it doesn't break the session no matter what.
165
(ignore-errors
0 commit comments