diff --git a/zaplib.code-workspace b/zaplib.code-workspace index fe6b6fb..887c16a 100644 --- a/zaplib.code-workspace +++ b/zaplib.code-workspace @@ -541,6 +541,25 @@ "args": [], "cwd": "." }, + { + "type": "lldb", + "request": "launch", + "name": "Debug unit tests in library 'zaplib'", + "cargo": { + "args": [ + "test", + "--no-run", + "--lib", + "--package=zaplib" + ], + "filter": { + "name": "zaplib", + "kind": "lib" + } + }, + "args": [], + "cwd": "." + }, ] }, }