flow-storm / flow-storm-debugger

A debugger for Clojure and ClojureScript with some unique features.
The Unlicense
708 stars 32 forks source link

Add a way to hide return values in the function list detail view #159

Closed maxrothman closed 8 months ago

maxrothman commented 8 months ago

146 added return values to the function list detail view. There's already a way to hide/show arguments via the "a1, a2, ..." checkboxes, but there's no way to do the same for the return value.

It would be nice to add an additional checkbox for hiding/showing the return value.