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

Revert "msbuild: use pdbaltpath to strip dirname of pdb" #10631

Merged
merged 1 commit into from May 3, 2022

Conversation

shuffle2
Copy link
Contributor

@shuffle2 shuffle2 commented May 3, 2022

This reverts commit f2c5c05.

debuggers using path-based searching don't seem smart enough
to find a relative path if it's not relative to their pwd.

Using pdbaltpath is only really useful for sharing build outputs between different locations (e.g. between pr and release buildbots, with how windows buildbot is currently setup). Since we don't actually cache build outputs on windows yet and sharing between locations isn't a requirement for that, we can worry about the optimization later.

@JosJuice
Copy link
Member

JosJuice commented May 3, 2022

In the commit message and PR description, please include a short reason why. Seems reasonable other than that.

This reverts commit f2c5c05.

debuggers using path-based searching don't seem smart enough
to find a relative path if it's not relative to their pwd.
@JosJuice JosJuice merged commit ded18ab into dolphin-emu:master May 3, 2022
10 checks passed
@shuffle2 shuffle2 deleted the revert-pdbaltpath branch May 13, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants