vscode attach debug react win
这是配置文件
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "attach",
"name": "Attach to Chrome",
"port": 9222,
"webRoot": "${workspaceFolder}/src",
"url": "http://localhost:3000/"
}
]
}
原创
2020-09-27 22:02:16 ·
682 阅读 ·
1 评论