DevTools

DevTools #4 – But where to actually set breakpoints?

This is the fourth and last issue of the series about using DevTools. After reading this, you will have all the tools needed to successfully work with JavaScript. Well, all apart from one. The most important one - the experience. Because I can’t give you that. But...

DevTools #3 – Debugging client-side JavaScript

In the last two issues of this course, we covered the browser’s Elements, Console and Network tabs, and then different ways to set breakpoints. In this issue, we finally get to what to do when our browser hits the breakpoint. This is a massive help for understanding...

DevTools #1 – Elements, Console and Network tabs

Browser Devtools is an amazingly powerful set of tools that can help you massively with finding client-side bugs and even make finding some server-side bugs easier. However, using devtools isn’t easy. Especially since there are tons of functionalities for developers...