I would love some help setting up a debugger with next.js

Due to Cursor being a little bit different than VS Code, the guides for how to do that don’t seem to work in Cursor, and I can’t figure out the exact plugins to install or how to actually get this to work.

My setup is simple, I’m running Next.js v15, even getting debugging on the most basic demo to work (create-next-app) would be great.

I’ve tried creating a launch.json but none of the launch types seem to work.

Thanks in advance.

figured this out. I had to go to the ms-vscode.js-debug extension page, and explicitly enable it. This then made the instructions from Configuring: Debugging | Next.js work as expected.