Tag: typescript
-
Integrating Node’s Debugger to VSCode
When I was creating a simple photo booth web app to explore Next.JS and Typescript, I noticed that developers tend to use console.log() to debug, me included. That’s fine for simple bugs, but when you are deep into a large codebase, it gets more and more time consuming as you try to figure out what…