Kas.st
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Kas.st on 8/29/2024 in #questions
Debugging node_modules in VS Code of a Next.js app
I'm trying to set breakpoints inside an installed package, but the breakpoints are unbound, since the dependencies are bundled with webpack.
I'm using the following
lauch.json
taken from https://nextjs.org/docs/pages/building-your-application/configuring/debugging#debugging-with-vs-code
Does anyone know how I can setup proper debugging of not just my code but also the node modules?2 replies