|
4 | 4 | // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/main/debugger-launchjson.md |
5 | 5 | "version": "0.2.0", |
6 | 6 | "configurations": [ |
| 7 | + { |
| 8 | + "name": "Uno Platform MvuxGallery Desktop Debug", |
| 9 | + "type": "Uno", |
| 10 | + "request": "launch", |
| 11 | + // any Uno* task will do, this is simply to satisfy vscode requirement when a launch.json is present |
| 12 | + "preLaunchTask": "Uno: net9.0-desktop | Debug" |
| 13 | + }, |
7 | 14 | { |
8 | 15 | // Use IntelliSense to find out which attributes exist for C# debugging |
9 | 16 | // Use hover for the description of the existing attributes |
10 | 17 | // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/main/debugger-launchjson.md |
11 | 18 | "name": "Uno Platform Desktop Debug (MvuxGallery)", |
12 | 19 | "type": "coreclr", |
13 | 20 | "request": "launch", |
14 | | - "preLaunchTask": "build-desktop", |
| 21 | + "preLaunchTask": "build-desktop-MvuxGallery", |
15 | 22 | // If you have changed target frameworks, make sure to update the program path. |
16 | | - "program": "${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery/bin/Debug/net9.0-desktop/DevTKSS.Uno.SampleApps.MvuxGallery.dll", |
| 23 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.Samples.MvuxGallery/bin/Debug/net9.0-desktop/DevTKSS.Uno.Samples.MvuxGallery.dll", |
17 | 24 | "args": [], |
18 | | - "launchSettingsProfile": "DevTKSS.Uno.SampleApps.MvuxGallery (Desktop)", |
| 25 | + "launchSettingsProfile": "DevTKSS MvuxGallery (Desktop)", |
19 | 26 | "env": { |
20 | 27 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
21 | 28 | }, |
22 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.SampleApps.MvuxGallery", |
| 29 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.Samples.MvuxGallery", |
23 | 30 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
24 | 31 | "console": "internalConsole", |
25 | 32 | "stopAtEntry": false |
|
31 | 38 | "name": "Uno Platform Desktop Debug (XamlNavigationApp)", |
32 | 39 | "type": "coreclr", |
33 | 40 | "request": "launch", |
34 | | - "preLaunchTask": "build-desktop", |
| 41 | + "preLaunchTask": "build-desktop-XamlNavigationApp", |
35 | 42 | // If you have changed target frameworks, make sure to update the program path. |
36 | | - "program": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp-1/bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll", |
| 43 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp-1/bin/Debug/net9.0-desktop/DevTKSS.Uno.XamlNavigationApp.dll", |
37 | 44 | "args": [], |
38 | 45 | "launchSettingsProfile": "DevTKSS.Uno.XamlNavigationApp (Desktop)", |
39 | 46 | "env": { |
40 | 47 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
41 | 48 | }, |
42 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.XamlNavigationApp-1", |
| 49 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.XamlNavigationApp-1", |
43 | 50 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
44 | 51 | "console": "internalConsole", |
45 | 52 | "stopAtEntry": false |
|
51 | 58 | "name": "Uno Platform Desktop Debug (MvuxListApp)", |
52 | 59 | "type": "coreclr", |
53 | 60 | "request": "launch", |
54 | | - "preLaunchTask": "build-desktop", |
| 61 | + "preLaunchTask": "build-desktop-MvuxListApp", |
55 | 62 | // If you have changed target frameworks, make sure to update the program path. |
56 | | - "program": "${workspaceFolder}/DevTKSS.Uno.MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll", |
| 63 | + "program": "${workspaceFolder}/src/DevTKSS.Uno.MvuxListApp/bin/Debug/net9.0-desktop/DevTKSS.Uno.MvuxListApp.dll", |
57 | 64 | "args": [], |
58 | 65 | "launchSettingsProfile": "DevTKSS.Uno.MvuxListApp (Desktop)", |
59 | 66 | "env": { |
60 | 67 | "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" |
61 | 68 | }, |
62 | | - "cwd": "${workspaceFolder}/DevTKSS.Uno.MvuxListApp", |
| 69 | + "cwd": "${workspaceFolder}/src/DevTKSS.Uno.MvuxListApp", |
63 | 70 | // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console |
64 | 71 | "console": "internalConsole", |
65 | 72 | "stopAtEntry": false |
|
0 commit comments