Skip to content

Commit

Permalink
adding vimspector for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhibas committed Feb 13, 2024
1 parent 2c9812d commit c37ad16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vimspector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"configurations": {
"launch": {
"adapter": "CodeLLDB",
"filetypes": [ "rust" ],
"configuration": {
"request": "launch",
"program": "${workspaceRoot}/target/debug/deps/bool_expr_parser_nom-093629a51566feb2",
"args": ["test"]
}
}
}
}

0 comments on commit c37ad16

Please sign in to comment.