首页 新闻 会员 周边

VSCode Debugger for Chrome 插件无法进行调试,只能直接运行

0
悬赏园豆:5 [已关闭问题] 关闭于 2019-12-31 18:52


F5 时显示空白页如上。
.
.

ctrl+F5 正常运行。
.
.
launch.json 如下:

{
    // 使用 IntelliSense 了解相关属性。 
    // 悬停以查看现有属性的描述。
    // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:7456",
            "webRoot": "${workspaceFolder}"
        }
    ]
}

想了解应当怎么设置才能通过 F5 进行调试。

NanaseRuri的主页 NanaseRuri | 菜鸟二级 | 园豆:206
提问于:2019-12-31 14:31
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册