Files
Lucina3DS/externals/cryptopp-cmake/.vscode/launch.json
2025-02-06 22:24:29 +08:00

18 lines
547 B
JSON

{
// 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": "cppvsdbg",
"request": "launch",
"name": "cryptest",
"program": "${workspaceFolder}/build/cryptopp/cryptest",
"args": [
"v"
],
"cwd": "${workspaceFolder}/build"
}
]
}