From 51a4f299c39f5b53a41da6caf7d10157123420e6 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 13 Apr 2021 12:50:13 +0200 Subject: vs: put .pdb files in the intermediate folders Wondering, why WinDbg is refusing to load symbols for wintun.sys recently... By default, building puts .pdb files to the output folder. Next to the final binaries: wintun.sys, wintun.dll, example.exe... Wait?! But the wintun.pdb from wintun.dll overwrites the wintun.pdb from wintun.sys then. Signed-off-by: Simon Rozman --- wintun.props | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wintun.props b/wintun.props index 4219ebe..ba48095 100644 --- a/wintun.props +++ b/wintun.props @@ -40,6 +40,9 @@ Disabled + + $(IntDir)$(TargetName).pdb + $(PROCESSOR_ARCHITECTURE) -- cgit v1.2.3-59-g8ed1b