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
Add command to print the current value of the inspector.
This PR adds the interactive `cider-inspector-print-current-value`
command that prints the current value of the inspector to the
`cider-inspector-value-buffer` with the usual pretty printing
machinery.
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
@@ -85,6 +85,10 @@ You'll have access to additional keybindings in the inspector buffer
85
85
| `cider-inspector-def-current-val`
86
86
| 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.
87
87
88
+
| kbd:[P]
89
+
| `cider-inspector-print-current-value`
90
+
| Print the current value of the inspector to the `cider-inspector-value-buffer`.
91
+
88
92
| kbd:[9]
89
93
| `cider-inspector-previous-sibling`
90
94
| Navigates to the previous sibling, within a sequential collection.
0 commit comments