mirror of
https://github.com/darlinghq/LibrarySymbols.git
synced 2024-11-23 04:59:47 +00:00
Add Arguments For Debugging.
This commit is contained in:
parent
0f71122be8
commit
0dc5435bc3
21
.vscode/launch.json
vendored
21
.vscode/launch.json
vendored
@ -19,27 +19,8 @@
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"args": ["${workspaceFolder}/symbols"],
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug unit tests in executable 'library_symbols'",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"test",
|
||||
"--no-run",
|
||||
"--bin=library_symbols",
|
||||
"--package=library_symbols"
|
||||
],
|
||||
"filter": {
|
||||
"name": "library_symbols",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user