UNPKG

987 BJSONView Raw
1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "启动",
6 "type": "node",
7 "request": "launch",
8 "program": "${workspaceRoot}/lib/bin/egret.js",
9 "stopOnEntry": false,
10 "args": [],
11 "cwd": "${workspaceRoot}",
12 "preLaunchTask": null,
13 "runtimeExecutable": null,
14 "runtimeArgs": [
15 "--nolazy"
16 ],
17 "env": {
18 "NODE_ENV": "development"
19 },
20 "externalConsole": false,
21 "sourceMaps": false,
22 "outDir": null
23 },
24 {
25 "name": "附加",
26 "type": "node",
27 "request": "attach",
28 "port": 5858,
29 "address": "localhost",
30 "restart": false,
31 "sourceMaps": false,
32 "outDir": null,
33 "localRoot": "${workspaceRoot}",
34 "remoteRoot": null
35 }
36 ]
37}
\No newline at end of file