-
Notifications
You must be signed in to change notification settings - Fork 27.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Server-side debugger doesn't stop in breakpoints after v15.0.3-canary.7 #73214
Comments
I've checked out the repo because it was mentioned in #73258. It's working inside WSL 2 (Linux, see below) but not on Windows 10 itself. Canary version tested 🔢
Not working on ❌
Working on ✅
|
Thanks for checking it! |
Updated the repo with next 15.1.0, and unfortunately the same issue happens. |
@emilioestebanez Worked for me on OS X: And an API route: Only other difference is I used |
@Falven , for me it fails with both npm and pnpm. |
I am also facing the problem of unbound breakpoints in Visual Studio Code. I am using Yarn. Output of
Relevant scripts section of in package.json:
Relevant launch configuration in Visual Studio Code:
Whenever I switch back to the normal dev server (without Turbopack, so |
Link to the code that reproduces this issue
https://github.com/emilioestebanez/next-15-debugging-issue
To Reproduce
Run and Debug
and execute theNext.js: debug server-side
src/app/page.tsx
You'll see that the debugger doesn't stop in the breakpoint in Windows.
Now, if you go to
package.json
and remove--turbopack
from thedev
script and try the steps above again, you'll see that the debugger is able to stop in the breakpoint correctly.This happens after next@15.0.3-canary.7
Current vs. Expected behavior
I expect the breakpoint to stop with and without
--turbopack
enabled.Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
I think this is the cause of the issue:
#71984
The text was updated successfully, but these errors were encountered: