Next.js Discord

Discord Forum

Debugger pauses at wrong lines

Unanswered
Pacific saury posted this in #help-forum
Open in Discord
Pacific sauryOP
I try to debug my app locally, but the debugger in Chrome keeps pausing at the wrong lines.

$ npx next info

Operating System:
Platform: win32
Arch: x64
Version: Windows 10 Pro
Binaries:
Node: 20.13.1
npm: N/A
Yarn: N/A
pnpm: 9.1.1
Relevant packages:
next: 12.1.5
react: 18.1.0
react-dom: 18.1.0

warn - Latest canary version not detected, detected: "12.1.5", newest: "15.2.0-canary.67".
Please try the latest canary version (npm install next@canary) to confirm the issue still exists before creating a new issue.
Read more - https://nextjs.org/docs/messages/opening-an-issue



I tried running next build before next dev but it didn't help. I also tried debugging in VSCode using the recommended NextJS debug configuration https://nextjs.org/docs/pages/building-your-application/configuring/debugging#debugging-with-vs-code, but that didn't help either. I also tried setting the tsconfig.json compilerOptions sourceMap: true

Any help would be appreciated. Also, I'm using typescript in the project

1 Reply

Pacific sauryOP
anybody?