Google chrome debugger tool walkthrough
3 years ago, August 9, 2021
Reading time: 1 mins
Debugging is important in programming. There are debugging tools available for different languages one can use to help debug their code.
Luckily if you are writing javascript to run in a browser, all major browser’s come with a built-in debugger tool.
I have created a youtube video where I walk through Google Chrome’s debugger tool.