Tag Archives: PDB

Match assemblies and PDB files

Part of our build process is to save the PDB files to a file share. This way we can debug the assemblies when needed. Without the correct PDB this is not possible, even with the sources available. Visual Studio matches … Continue reading

Posted in Tooling | Tagged , | Leave a comment

Remote debugger setup

Setting up the remote debugger from Windows 8 (Visual Studio) to Windows XP SP3 (Program) was a fight, but I won. Read my steps below. Program machine ~ virtualxp Add a user for remote debugging that will be available on … Continue reading

Posted in Development | Tagged , , , , , , | 2 Comments