Skip to content

Commit 7f59f74

Browse files
Update docs
1 parent 6bfc923 commit 7f59f74

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/modules/ROOT/pages/debugging/inspector.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ You'll have access to additional keybindings in the inspector buffer
6868
| `cider-inspector-set-max-coll-size`
6969
| Set a new maximum size above which nested collections are truncated
7070

71+
| kbd:[C]
72+
| `cider-inspector-set-max-nested-depth
73+
| Set a new maximum nesting level above which the collections are truncated
74+
7175
| kbd:[a]
7276
| `cider-inspector-set-max-atom-length`
7377
| Set a new maximum length above which nested atoms (non-collections) are truncated
@@ -118,9 +122,10 @@ can disable the auto selection with the variable
118122
`cider-inspector-auto-select-buffer`.
119123

120124
You can set the amount of data shown by default with the variables
121-
`cider-inspector-page-size`, `cider-inspector-max-coll-size`, and
122-
`cider-inspector-max-atom-length`. The values can be adjusted for the current
123-
inspector buffer using the `s`, `c`, and `a` keybindings.
125+
`cider-inspector-page-size`, `cider-inspector-max-coll-size`,
126+
`cider-inspector-max-nested-depth`, and `cider-inspector-max-atom-length`. The
127+
values can be adjusted for the current inspector buffer using the `s`, `c`, and
128+
`a` keybindings.
124129

125130
If you enable `cider-inspector-fill-frame`, the inspector window fills its
126131
frame.

0 commit comments

Comments
 (0)