update vscode launch.json file;

pull/48/head
Bryan Biedenkapp 2 years ago
parent f7ecb54b86
commit 596fad3e30

@ -29,8 +29,8 @@
"type": "cppdbg",
"request": "launch",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/build/dvmhost",
"args": ["-c", "./fne-config.yml", "--fne", "-f"],
"program": "${workspaceFolder}/build/dvmfne",
"args": ["-c", "./fne-config.yml", "-f"],
"cwd": "${workspaceFolder}/build",
"stopAtEntry": false,
"logging": {

Loading…
Cancel
Save

Powered by TurnKey Linux.