Skip to content

Commit

Permalink
Add lldb debug config.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregersn committed Nov 20, 2024
1 parent efbee43 commit 5fd7d1c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug screenshot tests (lldb)",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/build/screenshot-tests/screenshot-tests",
"args": [],
"cwd": "${workspaceFolder}/build/"
},
{
"name": "Debug screenshot tests",
"type": "cppdbg",
Expand Down Expand Up @@ -72,4 +80,4 @@
}
}
]
}
}

0 comments on commit 5fd7d1c

Please sign in to comment.