2024-12-16 10:14:44 +01:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"type": "lldb",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"args": [],
|
2024-12-11 21:08:38 +00:00
|
|
|
"cwd": "${workspaceFolder}",
|
2024-12-08 20:38:43 +00:00
|
|
|
"name": "Debug IoT-Simulator",
|
2024-12-16 10:40:45 +00:00
|
|
|
"envFile": "${workspaceFolder}/env/debug/.debug.env",
|
2024-12-16 10:14:44 +01:00
|
|
|
"program": "${workspaceFolder}/.build/debug/App",
|
|
|
|
|
"preLaunchTask": "swift: Build Debug IoT-Simulator"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "lldb",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"args": [],
|
|
|
|
|
"cwd": "${workspaceFolder:workspace}",
|
|
|
|
|
"name": "Release IoT-Simulator",
|
|
|
|
|
"program": "${workspaceFolder:workspace}/.build/release/IoT-Simulator",
|
|
|
|
|
"preLaunchTask": "swift: Build Release IoT-Simulator"
|
|
|
|
|
}
|
|
|
|
|
]
|
2024-11-12 11:33:37 +00:00
|
|
|
}
|