An extension for VS Code that visualizes how a program is being executed in real time.
https://github.com/hediet/vscode-realtime-debugging.git
If you are familiar with logpoints, you will never ever need console.log for debugging again!
I highly recommend binding the command Debug: Add Logpoint... to a shortcut that is easy to reach (I put it on Shift+F2).
With logpoints you don't need to restart a program when you want to visualize its execution.
Does not work when debugging VS Code extension, since they don't write to stdout (console.log is patched and the output event is not sent by the debug adapter).