File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ some of those printed errors as well and show them in
201
201
`cider-stacktrace-analyze-at-point`, but uses the current region to
202
202
extract the stacktrace.
203
203
204
- ===== Examples
204
+ ==== Examples
205
205
206
206
Here is an example of a stacktrace printed with the Java
207
207
`printStackTrace` method:
@@ -227,7 +227,7 @@ string like the following exception:
227
227
Those exceptions are often hard to read. The Cider stacktrace
228
228
inspector can help you navigating exceptions even in those cases.
229
229
230
- ===== Supported formats
230
+ ==== Supported formats
231
231
232
232
Cider recognizes stacktraces printed in the following formats:
233
233
@@ -252,7 +252,7 @@ Cider recognizes stacktraces printed in the following formats:
252
252
https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/pr[clojure.core/pr]
253
253
function.
254
254
255
- ===== Limitations
255
+ ==== Limitations
256
256
257
257
- Cider only recognizes stacktraces that have been printed in one of
258
258
the supported formats.
You can’t perform that action at this time.
0 commit comments