This is a Next.js project bootstrapped with npx create-next-app@latest
with all of the default configurations.
I've created .vscode/launch.json
as in the documentation.
If you try to set up a breakpoint in src/app/page.tsx
you'll see that it only works if you disable --turbopack
in the npm run dev
script.
This behavior happens since [email protected]
.
Repo created to reproduce issue on vercel/next.js#73214
This project also reproduces the issue on vercel/next.js#74865