赞
踩
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch Chrome", "request": "launch", "type": "chrome", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" }, { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" } , { "name": "使用本机 Chrome 调试", "type": "chrome", "request": "launch", "file": "${file}", // "runtimeExecutable": "C:\\Users\\ADMIN\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe", // Be revised as your path installed chrome "sourceMaps": true, "webRoot": "${workspaceRoot}", "userDataDir":"${tmpdir}", "port":9999 } ] }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。