美文网首页
VSCode下启用Debuuger for Chrome

VSCode下启用Debuuger for Chrome

作者: 豆豆猫1031 | 来源:发表于2017-11-27 09:31 被阅读0次

粘贴复制官方模板到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