Logo

Developer learning path

Node.js

Debugging with Visual Studio Code in Node.js

Debugging with Visual Studio Code

2

#description

Debugging is an integral part of software development. It is the process of identifying and resolving the root cause of a software bug or error. Visual Studio Code (VS Code) is an open-source, lightweight, and cross-platform code editor that comes with a built-in debugger for Node.js applications.

In the course on debugging with Visual Studio Code, you will learn how to set up your environment for debugging Node.js applications using VS Code. You will also learn how to use the VS Code debugger to track down and fix errors in your code.

The course will cover the following topics:

  1. Understanding the basics of debugging
  1. Installing and configuring Visual Studio Code for Node.js development
  1. Launching your Node.js application in debug mode
  1. Setting breakpoints and debugging your code
  1. Inspecting variables and code during execution
  1. Using the debugger console and REPL
  1. Debugging network traffic with VS Code

Throughout the course, you will learn practical skills that you can apply immediately to your Node.js development projects. By the end of the course, you will have a solid understanding of how to debug Node.js applications using Visual Studio Code.

March 25, 2023

If you don't quite understand a paragraph in the lecture, just click on it and you can ask questions about it.

If you don't understand the whole question, click on the buttons below to get a new version of the explanation, practical examples, or to critique the question itself.