Home

Issue: 2734

Breakpoints doesn't work in vscode debugger

[issue link]

I’m using this command to debug nuxt server store

"debug": "node --inspect-brk=9229 node_modules/nuxt/bin/nuxt",

and in vs code
i’ll attach it when it runs

{
      "type": "node",
      "request": "attach",
      "name": "Attach",
      "port": 9229,
      "protocol": "inspector",
      "restart": true,
      "sourceMaps": true
    }

seems breakpoints doesn’t work and grayed out turned sourceMaps on too

This bug report is available on Nuxt.js community (#c2374)