Debugging
Debugging NodeJS with …
I use NodeJS for a lot of different things. It’s my go to for creating a robust API, simple automation, or any number of tasks. But debugging Node applications can be tricky, tedious, and slow. Applications become littered with console.log()’s everywhere. Chrome’s Developer Tools …