Skip to content

Commit

Permalink
Add attach command
Browse files Browse the repository at this point in the history
  • Loading branch information
keesverruijt committed Oct 15, 2024
1 parent 825ca49 commit 642ce6f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,24 @@
"args": [
"build",
"--bin=mayara",
"--package=mayara"
"--package=mayara",
],
"filter": {
"name": "mayara",
"kind": "bin"
}
},
"args": [],
"args": [

],
"cwd": "${workspaceFolder}"
},
{
"type": "lldb",
"request": "attach",
"name": "Attach to running 'mayara'",
"program": "${workspaceFolder}/target/mayara",
},
{
"type": "lldb",
"request": "launch",
Expand Down

0 comments on commit 642ce6f

Please sign in to comment.