Skip to content

Commit

Permalink
Remove traceProgram and coredump properties, add core backend
Browse files Browse the repository at this point in the history
  • Loading branch information
lggomez committed Mar 11, 2021
1 parent 6075579 commit 9520700
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,24 +534,19 @@
"test",
"exec",
"replay",
"coredump"
"record"
],
"description": "One of 'auto', 'debug', 'remote', 'test', 'exec', 'replay', 'coredump'.",
"description": "One of 'auto', 'debug', 'remote', 'test', 'exec', 'replay', 'record'.",
"default": "auto"
},
"traceProgram": {
"type": "string",
"description": "Compiled program to be targeted. For use on 'replay' mode only",
"default": ""
},
"traceDirectory": {
"type": "string",
"description": "Directory in which the record trace is located. For use on 'replay' mode only",
"default": ""
},
"coreDumpPath": {
"type": "string",
"description": "Path to the core dump file to open. For use on 'coredump' mode only",
"description": "Path to the core dump file to open. For use on 'replay' mode only",
"default": ""
},
"stopOnEntry": {
Expand Down Expand Up @@ -662,7 +657,7 @@
"default",
"native",
"lldb",
"coredump",
"core",
"rr"
],
"description": "Backend used by delve. Only available in delve version 0.12.2 and above."
Expand Down

0 comments on commit 9520700

Please sign in to comment.