2023-07-11 16:29:47 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Debug (Linux)",
|
|
|
|
"type": "cppdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceFolder}/bin/fusion",
|
|
|
|
"cwd": "${workspaceFolder}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Debug (Windows)",
|
|
|
|
"type": "cppvsdbg",
|
|
|
|
"request": "launch",
|
2023-07-11 17:51:56 +00:00
|
|
|
"program": "${workspaceFolder}/bin/Debug/winfusion.exe",
|
|
|
|
"cwd": "${workspaceFolder}"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Release (Windows)",
|
|
|
|
"type": "cppvsdbg",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceFolder}/bin/Release/winfusion.exe",
|
2023-07-11 16:29:47 +00:00
|
|
|
"cwd": "${workspaceFolder}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|