File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+
8
+ {
9
+ "name" : " Generic Remote Debugger" ,
10
+ "type" : " node" ,
11
+ "request" : " attach" ,
12
+ "address" :" 192.168.1.90" ,
13
+ "localSourceRoot" : " ${workspaceRoot}" ,
14
+ "port" : 9229
15
+ }
16
+ ]
17
+ }
Original file line number Diff line number Diff line change 4
4
"main" : " src/index.ts" ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
- "start" : " node --prof --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts" ,
7
+ "start" : " node --heap-prof --cpu-prof -- prof --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts" ,
8
8
"dev" : " node --loader ts-node/esm src/index.ts" ,
9
9
"check-types" : " tsc --noEmit" ,
10
10
"test" : " jest"
You can’t perform that action at this time.
0 commit comments