Henning Dieterichs
Henning Dieterichs
I've implemented [a library](https://github.com/hediet/easy-attach) that makes spawning a debugger for node applications extremely easy. However, chrome does not allow opening `chrome-devtools://` urls on launch - the user has to manually...
Implement a visualizer for matrices, i.e. for two dimensional arrays.
See https://github.com/hediet/vscode-debug-visualizer/issues/72 and https://github.com/hediet/vscode-debug-visualizer/issues/32.
Currently, when visualizing python expressions, they need to evaluate to a specific json string. Data Extractions as implemented in JavaScript lift that requirement.