-
SummaryI don't know at what point in time this started happening but whenever I am debugging server-side all my console.log calls and thrown Errors trace to console-dev.js (next 15) or console-file.js (next 16) Additional informationlaunch configuration:
{
"name": "Next.js: debug server-side",
"type": "node-terminal",
"request": "launch",
"command": "npm run dev -- --inspect"
},
dev on package.json: next dev --turbopackExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Dec 10, 2025
Replies: 1 comment 5 replies
-
|
Maybe? https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_skipping-uninteresting-code if that works, we should document it 💀 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
mikelpr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe? https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_skipping-uninteresting-code if that works, we should document it 💀