Debug NextJS Project with VS Code
Debug you NextJS Project seemlessly inside VS Code
Debugging your Web Application is one of the ways you can improve your code quality, as well as helps you to catch bugs automatically. Any debugger that can attach to Node.js can also be used to debug a Next.js application. If you are a complete beginer to debugging this will help to to setup the debugging for NextJS in VS Code