gpt4 book ai didi

google-chrome - VS代码 : Error while applying breakpoint, "Breakpoint ignored because target path not found"

转载 作者:行者123 更新时间:2023-12-02 13:34:39 30 4
gpt4 key购买 nike

我正在 Visual Studio 代码中使用 chrome 调试器扩展来调试我的主干应用程序。 launch.json文件是这样的;

{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "https://localhost:3000/authenticate/app/110020",
"webRoot": "D:/Apps/app",
"sourceMaps": false,
"trace": "verbose"
}
]
}

当我尝试在“D:/Apps/app”目录中的 app.js 文件中放置断点时,会显示以下错误,“由于未找到目标路径,断点被忽略”。文件 app.js 未缩小或合并。

最佳答案

通过事物的外观可以在这里找到原始问题的答案:https://github.com/Microsoft/vscode-chrome-debug/issues/462

总而言之,该问题与发帖者使用没有键的查询字符串请求 JS 文件有关,例如

https://localhost:3000/dd/2000/app/js/pp?112/src/js/build.js

这导致了 VS 代码错误。截至目前,该问题仍然悬而未决。

关于google-chrome - VS代码 : Error while applying breakpoint, "Breakpoint ignored because target path not found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45186203/

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