UNPKG

853 BJSONView Raw
1{
2 // 使用 IntelliSense 了解相关属性。
3 // 悬停以查看现有属性的描述。
4 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
5 "version": "0.2.0",
6 "configurations": [
7 {
8 "type": "node",
9 "request": "launch",
10 "name": "Launch",
11 "protocol": "inspector",
12 "runtimeExecutable": "/Users/wangweijie/.nvm/versions/node/v8.0.0/bin/node",
13 "program": "${workspaceFolder}/bin/anyproxy",
14 "args": [
15 "-i", "-r", "./rule_sample/test_rule.js", "--ignore-unauthorized-ssl"
16 ]
17 },
18 {
19 "type": "node",
20 "request": "launch",
21 "name": "Launch Test",
22 "protocol": "inspector",
23 "runtimeExecutable": "/Users/wangweijie/.nvm/versions/node/v8.0.0/bin/node",
24 "program": "${workspaceFolder}/test/server/startServer.js"
25 }
26 ]
27}
\No newline at end of file