粘贴复制官方模板到lauch.json(第一位)
{
"name": "Launch index.html (disable sourcemaps)",
"type": "chrome",
"request": "launch",
"sourceMaps": false,
"file": "${workspaceRoot}/index.html" #这儿可以把index.html去掉
},
粘贴复制官方模板到lauch.json(第一位)
{
"name": "Launch index.html (disable sourcemaps)",
"type": "chrome",
"request": "launch",
"sourceMaps": false,
"file": "${workspaceRoot}/index.html" #这儿可以把index.html去掉
},
本文标题:VSCode下启用Debuuger for Chrome
本文链接:https://www.haomeiwen.com/subject/phjrbxtx.html
网友评论