!117 优化vscode代码debugger调试,使用vscode自带的功能,不使用插件
Merge pull request !117 from puhui999/master-vscode-debugmain
commit
232927952d
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch debug",
|
||||
"request": "launch",
|
||||
"type": "chrome",
|
||||
"url": "http://localhost",
|
||||
"webRoot": "${workspaceFolder}/src"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue