Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source debugging - no source available #9012

Closed
dotMorten opened this issue Oct 24, 2023 · 1 comment
Closed

Source debugging - no source available #9012

dotMorten opened this issue Oct 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dotMorten
Copy link
Contributor

dotMorten commented Oct 24, 2023

Describe the bug

I'm trying to follow the steps described here: https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/release/1.4-stable#debugging-winui-3
to debug the latest v1.4.2 with the source code you released.
However I'm not able to get this to work:
image

When I look at the PDBs that are downloaded from Microsoft's symbol server, they look like they're stripped, with no reference to any file name information inside them (it even places them in a "stripped" folder).
I tried clearing the cache, hoping the symbols had gotten updated since I last downloaded symbols, but that didn't help.

On that note, it would be great if you could now switch over to use source linking, so that we don't actually need to clone the repo, but source code will automatically get downloaded from the correct commit.

Steps to reproduce the bug

Follow the steps described here: https://github.com/microsoft/microsoft-ui-xaml/tree/winui3/release/1.4-stable#debugging-winui-3

I used Visual Studios solution properties to add the source code path, since this was only vaguely described with a link in the readme:
image

NuGet package version

WinUI 3 - Windows App SDK 1.4.2: 1.4.231008000

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

@dotMorten dotMorten added the bug Something isn't working label Oct 24, 2023
@dotMorten
Copy link
Contributor Author

This is odd. Tried again on a different PC this morning, and it worked and not getting stripped symbols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant