We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d7219 commit 0e56b64Copy full SHA for 0e56b64
doc/modules/ROOT/pages/usage/dealing_with_errors.adoc
@@ -282,12 +282,6 @@ Cider recognizes stacktraces printed in the following formats:
282
- Cider only recognizes stacktraces that have been printed in one of
283
the supported formats.
284
285
-- The buffers in which `cider-stacktrace-analyze-at-point` or
286
- `cider-stacktrace-analyze-in-region` are called in, must have a
287
- Cider session associated with them. Tip: Use
288
- `sesman-link-with-project` and friends in case the buffer containing
289
- the exception is not linked to a Cider session.
290
-
291
- Stacktraces are analyzed with the classpath of the Cider session the
292
buffer is associated with. If the stacktrace contains references to
293
classes not on this classpath, some information might be missing
0 commit comments