|
@@ -6,7 +6,7 @@
|
|
|
"type": "coreclr",
|
|
"type": "coreclr",
|
|
|
"request": "launch",
|
|
"request": "launch",
|
|
|
"preLaunchTask": "build-windows",
|
|
"preLaunchTask": "build-windows",
|
|
|
- "program": "${workspaceFolder}/Platforms/Windows/bin/Debug/net8.0-windows/Waypoint.Windows.exe",
|
|
|
|
|
|
|
+ "program": "${workspaceFolder}/Platforms/Windows/bin/Debug/net8.0-windows/Waypoint.exe",
|
|
|
"args": [],
|
|
"args": [],
|
|
|
"cwd": "${workspaceFolder}/Platforms/Windows",
|
|
"cwd": "${workspaceFolder}/Platforms/Windows",
|
|
|
"stopAtEntry": false,
|
|
"stopAtEntry": false,
|
|
@@ -17,7 +17,7 @@
|
|
|
"type": "coreclr",
|
|
"type": "coreclr",
|
|
|
"request": "launch",
|
|
"request": "launch",
|
|
|
"preLaunchTask": "build-desktopgl",
|
|
"preLaunchTask": "build-desktopgl",
|
|
|
- "program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net8.0/Waypoint.DesktopGL.exe",
|
|
|
|
|
|
|
+ "program": "${workspaceFolder}/Platforms/DesktopGL/bin/Debug/net8.0/Waypoint",
|
|
|
"args": [],
|
|
"args": [],
|
|
|
"cwd": "${workspaceFolder}/Platforms/DesktopGL",
|
|
"cwd": "${workspaceFolder}/Platforms/DesktopGL",
|
|
|
"stopAtEntry": false,
|
|
"stopAtEntry": false,
|
|
@@ -28,7 +28,7 @@
|
|
|
"type": "coreclr",
|
|
"type": "coreclr",
|
|
|
"request": "launch",
|
|
"request": "launch",
|
|
|
"preLaunchTask": "build-android",
|
|
"preLaunchTask": "build-android",
|
|
|
- "program": "${workspaceFolder}/Platforms/Android/bin/Debug/net8.0-android/Waypoint.Android.dll",
|
|
|
|
|
|
|
+ "program": "${workspaceFolder}/Platforms/Android/bin/Debug/net8.0-android/Waypoint.dll",
|
|
|
"args": [],
|
|
"args": [],
|
|
|
"cwd": "${workspaceFolder}/Platforms/Android",
|
|
"cwd": "${workspaceFolder}/Platforms/Android",
|
|
|
"stopAtEntry": false,
|
|
"stopAtEntry": false,
|
|
@@ -39,7 +39,7 @@
|
|
|
"type": "coreclr",
|
|
"type": "coreclr",
|
|
|
"request": "launch",
|
|
"request": "launch",
|
|
|
"preLaunchTask": "build-ios",
|
|
"preLaunchTask": "build-ios",
|
|
|
- "program": "${workspaceFolder}/Platforms/iOS/bin/Debug/net8.0-ios/Waypoint.iOS.dll",
|
|
|
|
|
|
|
+ "program": "${workspaceFolder}/Platforms/iOS/bin/Debug/net8.0-ios/Waypoint.dll",
|
|
|
"args": [],
|
|
"args": [],
|
|
|
"cwd": "${workspaceFolder}/Platforms/iOS",
|
|
"cwd": "${workspaceFolder}/Platforms/iOS",
|
|
|
"stopAtEntry": false,
|
|
"stopAtEntry": false,
|