{ "version": "0.2.0", "configurations": [ { "name": "Launch Windows", "type": "coreclr", "request": "launch", "preLaunchTask": "build-windows", "program": "${workspaceFolder}/Platforms/Windows/bin/Debug/net8.0-windows/StateObjectWindows.exe", "args": [], "cwd": "${workspaceFolder}/Platforms/Windows", "stopAtEntry": false, "console": "internalConsole" }, { "name": "Launch DesktopGL", "type": "coreclr", "request": "launch", "preLaunchTask": "build-desktopgl", "program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net8.0/StateObjectDesktopGL.exe", "args": [], "cwd": "${workspaceFolder}/Platforms/DesktopGL", "stopAtEntry": false, "console": "internalConsole" }, { "name": "Launch Android", "type": "coreclr", "request": "launch", "preLaunchTask": "build-android", "program": "${workspaceFolder}/Platforms/Android/bin/Debug/net8.0-android/StateObjectAndroid.dll", "args": [], "cwd": "${workspaceFolder}/Platforms/Android", "stopAtEntry": false, "console": "internalConsole" }, { "name": "Launch iOS", "type": "coreclr", "request": "launch", "preLaunchTask": "build-ios", "program": "${workspaceFolder}/Platforms/iOS/bin/Debug/net8.0-ios/StateObjectiOS.dll", "args": [], "cwd": "${workspaceFolder}/Platforms/iOS", "stopAtEntry": false, "console": "internalConsole" } ] }