Closed
Description
Link to the code that reproduces this issue
https://github.com/leandroluk/bug-next15-debug-with-turbopack
To Reproduce
- Install dependencies
- Select "turbo" in "Run and Debug" menu
- Select "Browser Debug" in running bar and this error message will appear:
- When select "webpack" in "Run and Debug" menu and look for "Browser Debug" the error doesnt appear and any breakpoint works.
Current vs. Expected behavior
Are expected to debug works like webpack.
Provide environment information
Operating System:
Platform: win32
Arch: x64
Version: Windows 11 Home Single Language
Available memory (MB): 32453
Available CPU cores: 20
Binaries:
Node: 20.17.0
npm: 10.9.0
Yarn: 1.22.22
pnpm: 9.11.0
Relevant Packages:
next: 15.0.3 // Latest available version is detected (15.0.3).
eslint-config-next: 15.0.3
react: 19.0.0-rc-66855b96-20241106
react-dom: 19.0.0-rc-66855b96-20241106
typescript: 5.6.3
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
No response