页面刷新或vscode中的代码更改后,NextJS断点停止命中

时间:2019-08-30 11:32:35

标签: javascript typescript visual-studio-code next.js

我在我的nextjs应用程序上运行yarn dev,并使用以下代码通过vscode连接到它:

  {
        "type": "chrome",
        "request": "launch",
        "name": "Next: Chrome",
        "url": "http://localhost:3000",
        "webRoot": "${workspaceFolder}"
    }

这很好用,但是当我刷新页面或更改一些代码时,断点就会停止命中。

0 个答案:

没有答案