Search⌘ K
AI Features

Node.js debugging with VS Code

Explore how to efficiently debug Node.js applications running inside Docker containers using Visual Studio Code. Learn to set breakpoints, configure launch files, and inspect variables during runtime to streamline your development process.

We'll cover the following...

πŸ“’ The contents discussed in this lesson will help you in debugging with Visual Studio on your machine.

Debugging with VS Code

The free Visual Studio Code editor has built-in Node.js debugging facilities as well as debugger extensions for all popular platforms.

πŸ“Œ VS Code also has extensions to help with Docker management and file syntaxes, as well as remote development to ...