Files
nyash-aes-xts256-plain64/nyash_server/src/old_launch.json
T

14 lines
329 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug executable",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/target/debug/nyash_server",
"args": [],
"cwd": "${workspaceFolder}/src", // Set to your desired directory
"stopAtEntry": false
}
]
}