DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

How to debug Node.js Application with VSCode without any configuration

In this video, I'm going to show a quick tip about debugging Node.js application with Visual Studio Code without any configuration.

In the earlier version of Visual Studio Code, We can also debug the Node.js application but at that time we have to create launch settings and there are some parameters for that. But now with Javascript debug terminal we can directly attach node.js application with visual studio code and even it can also able to debug node.js express files.

You just need to do CMD+ SHIFT + P on mac or CTRL + SHIFT + P on Visual studio code and select Create: Javascript debug terminal. That's it rest it will do all the stuff automatically.

Following is video for the same.

If you like this video and wanted to see a similar kind of video then, please subscribe to my youtube channel at - https://bit.ly/codewithjv.

Also, Do let me know what more content you wanted to see in for node.js.

Top comments (1)

Collapse
 
voganwong profile image
Wong

Good job!