
We will create a simple to-do list application that allows the users to add and delete tasks.

The tutorial can be used by developers as a reference when building their applications. In this tutorial, we will build a Node.js application with a bug in it, run it in a Docker container and use Visual Studio Code debugging tools for Node.js to debug it. Debugging allows the developers to find and resolve bugs or defects in the application to prevent incorrect and unwanted operations.

Debugging an application involves detecting and removing existing errors also known as bugs in a code which can cause it to work unexpectedly or even crash.
