hediet / vscode-debug-visualizer

An extension for VS Code that visualizes data during debugging.
https://marketplace.visualstudio.com/items?itemName=hediet.debug-visualizer
GNU General Public License v3.0
7.84k stars 410 forks source link

Ruby support #79

Open cagmz opened 3 years ago

cagmz commented 3 years ago

Hacker News discussion: https://news.ycombinator.com/item?id=24308369

hediet commented 3 years ago

I have never worked with ruby, but I can assist improving the ruby support!

jtrakk commented 3 years ago

If I want to add support for a new language, what do I need to do?

hediet commented 3 years ago

Which language? If not ruby, can you start a new issue?

Also, you can try out how far the generic support brings you. If you store the visualization data json encoded in a string variable and enter that variable in the Debug Visualizer, you should see something.