Hacker News new | ask | show | jobs
by Gehinnn 2034 days ago
I'm curious if my debug visualizer extension for VS Code could be helpful for solving this kind of puzzles (https://github.com/hediet/vscode-debug-visualizer/blob/maste...). Might be one of the few use cases where it can really shine.
1 comments

I had this plugin installed for a long time. The idea is really awesome, but it's just like debugging frameworks. Most of the time I just use console.log, or in this case the debugger instead of powerful tools. Also many times I don't actually debug loops and list mutations.