Closed qortex closed 4 years ago
It looks like variables are stringified (to_s?) to be shown in the Watch panel (using visual studio code).
to_s
Is there a way to have them displayed as a navigable tree when it's a hash? (as in the variables pane)
@qortex Current implementation of ruby-debug-ide/debase gems allows to implement such representation. So it's better to create an issue in vscode plugin repo.
Thats how it looks in RubyMine:
Thanks, I'll do that!
It looks like variables are stringified (
to_s
?) to be shown in the Watch panel (using visual studio code).Is there a way to have them displayed as a navigable tree when it's a hash? (as in the variables pane)