Skip to content

Commit

Permalink
Add LLDB profile for unit tests in “zaplib” to VSCode workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaul123 committed Mar 26, 2022
1 parent 45b8992 commit bdf9db0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions zaplib.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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": "."
},
]
},
}

2 comments on commit bdf9db0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 Screenshot diffs found. Please look at the screenshots and tag this comment with 👍 or 👎. Only merge when both the PR author and a reviewer are happy with the changes.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 Screenshot diffs found. Please look at the screenshots and tag this comment with 👍 or 👎. Only merge when both the PR author and a reviewer are happy with the changes.

Please sign in to comment.