From a29b1ac6d3b95158b56f18a3a2cea4a6973d775e Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 2 May 2022 22:57:03 -0700 Subject: [PATCH] Revert "msbuild: use pdbaltpath to strip dirname of pdb" This reverts commit f2c5c052bc5402856123b0f57c7c5a50be97ba49. debuggers using path-based searching don't seem smart enough to find a relative path if it's not relative to their pwd. --- Source/VSProps/Base.props | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 07c07182c9..aadace92ee 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -174,7 +174,6 @@ true true /experimental:deterministic %(AdditionalOptions) - /PDBALTPATH:Build\$(Platform)\$(Configuration)\$(ProjectName)\bin\%_PDB% %(AdditionalOptions)