Add Arguments For Debugging.

This commit is contained in:
Thomas A 2022-07-23 18:06:39 -07:00
parent 0f71122be8
commit 0dc5435bc3

21
.vscode/launch.json vendored
View File

@ -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}"
}
]
}