VS Code Next js debugging settings

PHOTO EMBED

Tue Oct 12 2021 12:48:42 GMT+0000 (Coordinated Universal Time)

Saved by @viktor_atanasov #vscode

{
  "version": "0.2.0",
  "configurations": [
  
    {
      "type": "node",
      "request": "attach",
      "name": "Launch Program",
      "skipFiles": ["<node_internals>/**"],
      "port": 9229
    }
  ]
}
content_copyCOPY