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?Configuring: Debugging | Next.js
Learn how to debug your Next.js application with VS Code or Chrome DevTools.
0 Replies