From the course: Visual Studio: Advanced Debugging Tools

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Archive PDB files for each version

Archive PDB files for each version - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

Archive PDB files for each version

- [Instructor] What we'll look at next is how to take a saved iTrace file and open it in Visual Studio and look at the metadata stored in there, and also start a historical debug session. Now to make this work, we have to have the source control for the application at the time that we did the trace. And we also have to have the PDB file at the time we did the trace. So what I've done to prepare for this is I went and opened this Branch in Source Control, 01-08, which is this application. This is the one that calculates the loan payments when you click on the button and handle some exceptions. So I ran that, which gave me the iTrace file. And then I went out to my hard drive and opened this debug folder. And I took the PDB files that are in here and I copied them to another location on my hard drive. So I have an archive that's over here on my desktop. I have branch 0108 and inside that I've got my trace file, and I've got…

Contents