ruby-debug / debase

BSD 2-Clause "Simplified" License
209 stars 32 forks source link

Hash variables as string? #87

Closed qortex closed 4 years ago

qortex commented 4 years ago

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)

ViugiNick commented 4 years ago

@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: image

qortex commented 4 years ago

Thanks, I'll do that!