VSCode

タグ「VSCode」の投稿は 2

Debug Next.js+Typescript in VSCode

Debug Next.js+Typescript in VSCode

2020年12月24日☕️ 3 min read

Using `console.log` to debug frontend is easy but absolutely not effective. As `Next.js@9~` was born, debug `Next.js` + `Typescript` became possible. But unfortuately, there's only server side debug manual in Vercel's official site documentation. Let's dig a little more deeper to find out how to debug `Next.js` + `Typescript` in both `server` and `client` side.