DEV Community

Discussion on: 5 Steps to debugging Next.js/Node.js from VSCode or Chrome DevTools

Collapse
 
mefaba profile image
AW A RE • Edited

NODE_OPTIONS='--inspect' next, is not working.

try this: "dev": "node --inspect ./node_modules/next/dist/bin/next",

But debugger is not working anyway.