DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

2

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.

Image of Datadog

Master Mobile Monitoring for iOS Apps

Monitor your app’s health with real-time insights into crash-free rates, start times, and more. Optimize performance and prevent user churn by addressing critical issues like app hangs, and ANRs. Learn how to keep your iOS app running smoothly across all devices by downloading this eBook.

Get The eBook

Top comments (1)

Collapse
 
voganwong profile image
Wong

Good job!

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay