{ "configurations": [ { "type": "lldb", "request": "launch", "args": [], "cwd": "${workspaceFolder}", "name": "Debug IoT-Simulator", "envFile": "${workspaceFolder}/env/debug/debug.env", "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" } ] }