> ## Content Index
> Fetch the complete content index at: https://www.jonathancreamer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Debugging node and Jest tests with VS Code's debugger
- URL: https://www.jonathancreamer.com/debugging-node-and-jest-tests-with-vs-codes-debuggger/
- Published: 2017-09-20T14:42:32.000Z
- Updated: 2019-11-04T18:26:06.000Z
- Author: Jonathan Creamer
- Tags: node.js, unit testing, jest, vscode

[VS Code](https://code.visualstudio.com/?ref=jonathancreamer.com) 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.