DEV Community

Discussion on: Stop using `console.log`, start using your DevTools 🛠️

Collapse
 
jankowskij profile image
JJankowski

I had the same thought when reading the article - when I am debugging a TypeScript-based app, the breakpoints are often not very useful. console.log() is crude, yes, but gets the work done.