Skip to content

Commit

Permalink
chore: VSCode hc launch config added to help debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
aegoroff committed Jun 9, 2024
1 parent 7616bbe commit f8fc925
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [{
"type": "lldb",
"request": "launch",
"name": "hc",
"program": "${workspaceFolder}/build/hc",
"args": ["md5", "hash", "-s", "DCW3r", "-p"]
}]
}

0 comments on commit f8fc925

Please sign in to comment.