Describe the bug
On a fresh new C++WinUI3 packaged project created with visual studio project template, the breakpoint is not working when running it in vscode with this extension.
To Reproduce
- Create a new winui3 C++ packaged project with visual studio
- Build it in visual studio
- Open vscode, put a breakpoint at
App constructor, f5 to debug the exe in the output dir (not the Appx dir, as it seems to create one more level of Appx if I did that). The first one in the drop-down
Expected behavior
Breakpoint should hit
Screenshots
OS Version and details
Windows 10 1903
Describe the bug
On a fresh new C++WinUI3 packaged project created with visual studio project template, the breakpoint is not working when running it in vscode with this extension.
To Reproduce
Appconstructor, f5 to debug the exe in the output dir (not the Appx dir, as it seems to create one more level ofAppxif I did that). The first one in the drop-downExpected behavior
Breakpoint should hit
Screenshots
OS Version and details
Windows 10 1903