gpt4 book ai didi

javascript - VS Code断点跳转到其他行

转载 作者:数据小太阳 更新时间:2023-10-29 04:21:08 25 4
gpt4 key购买 nike

因为我还没有解决我的其他问题 Randomly failing tests jest and supertest Node.js我决定使用 VS Code 调试器。我认为这会非常简单,但在我在特定行设置断点并运行调试器后,我发现我的断点图标在不同的地方,我的代码停在那里。

我的 launch.json 文件:

{
"type": "node",
"request": "launch",
"name": "Jest Current File",
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
"args": ["${relativeFile}"]
}

之前: enter image description here

之后: enter image description here

知道为什么会这样吗?

最佳答案

一般在一些IDE中,断点是固定在行号的。因此,如果在设置断点后该文件中的代码发生更改,则断点不会移动。所以在进行更改时,

  • 停止 Debug模式
  • 做出改变
  • 设置断点
  • 再次启动 Debug模式。这对我有用。

关于javascript - VS Code断点跳转到其他行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49964863/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com