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