Web development / design — debugging

This page provides some materials about debugging.

(Click here to go back to the main page for web development related concepts and techniques.)

Debugging is the process and skills that make your code running as we expect. For debuggning in JavaScript, Check out the JavaScript debugging tutorial on W3School,  and

===See below for some advanced debugging in Visual Studio Code.