Debugging node and Jest tests with VS Code's debugger

node.js Sep 20, 2017

VS Code has become my favorite IDE for pretty much everything these days. There are so many great features it has to offer including the ability to debug node.js.

Here is the launch.json I used to get the debugger working for me.

Tags