Skip to content

Commit 94bb881

Browse files
committed
debugging from vscode and
1 parent 03eb4aa commit 94bb881

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@
3333
"cwd": "${workspaceFolder}/arm64/Debug/WinUI3Apps",
3434
"console": "externalTerminal"
3535
},
36+
{
37+
"name": "Debug Powertoys Settings(x64)",
38+
"type": "coreclr",
39+
"request": "launch",
40+
"program": "${workspaceFolder}/x64/Debug/WinUI3Apps/PowerToys.Settings.exe",
41+
"args": [],
42+
"stopAtEntry": true,
43+
"cwd": "${workspaceFolder}/x64/Debug/WinUI3Apps",
44+
"console": "externalTerminal"
45+
},
3646
{
3747
"name": "Debug Workspaces Editor(arm64)",
3848
"type": "coreclr",

0 commit comments

Comments
 (0)