ruby-debug / debase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash variables as string?

qortex opened this issue · comments

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)

@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

Thanks, I'll do that!