You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/debugging/inspector.adoc
+4
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,10 @@ You'll have access to additional keybindings in the inspector buffer
81
81
| Switch the rendering of the current value between `:normal`, `:table`, and
82
82
`:object` view modes. In `:table` mode, render the value as a table (only supported for sequences of maps or tuples). In `:object` mode, any value is rendered as a plain Java object (by displaying its fields) instead of custom rendering rules that the Inspector applies in `:normal` mode.
83
83
84
+
| kbd:[P]
85
+
| `cider-inspector-toggle-pretty-print`
86
+
| Toggle the pretty printing of values in the inspector.
87
+
84
88
| kbd:[d]
85
89
| `cider-inspector-def-current-val`
86
90
| Defines a var in the REPL namespace with current inspector value. If you tend to always choose the same name(s), you may want to set the `cider-inspector-preferred-var-names` customization option.
0 commit comments