File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
doc/modules/ROOT/pages/debugging Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ You'll have access to additional keybindings in the inspector buffer
68
68
| `cider-inspector-set-max-coll-size`
69
69
| Set a new maximum size above which nested collections are truncated
70
70
71
+ | kbd:[C]
72
+ | `cider-inspector-set-max-nested-depth
73
+ | Set a new maximum nesting level above which the collections are truncated
74
+
71
75
| kbd:[a]
72
76
| `cider-inspector-set-max-atom-length`
73
77
| 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
118
122
`cider-inspector-auto-select-buffer`.
119
123
120
124
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.
124
129
125
130
If you enable `cider-inspector-fill-frame`, the inspector window fills its
126
131
frame.
You can’t perform that action at this time.
0 commit comments