Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash variables as string? #87

Closed
qortex opened this issue Apr 13, 2020 · 2 comments
Closed

Hash variables as string? #87

qortex opened this issue Apr 13, 2020 · 2 comments

Comments

@qortex
Copy link

qortex commented Apr 13, 2020

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
Copy link
Contributor

@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
Copy link
Author

qortex commented Apr 19, 2020

Thanks, I'll do that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants