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
- Debugging JavaScript in chrome (Oct 12, 2015)
- Chrome Developer Tools (Devtools) Tutorial Introduction for Beginners (Jan 24, 2016)
- Debugging JavaScript using Breakpoints with the Google Chrome Developer Tools (Jan 22, 2012)
===See below for some advanced debugging in Visual Studio Code.
- Debugging JavaScript in Visual Studio Code editor (Mar 22, 2017)