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.

Open iTrace file for recent build

Open iTrace file for recent build - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

Open iTrace file for recent build

- [Instructor] Let's see which version I have checked out in git. So I just ran git branch in PowerShell and that tells me I'm on branch 02-01, so that the Source Control that I have on my hard drive matches that version. Then over here in my Archive I've got this iTrace file. I created a copy of it and renamed it, so it's easier to see that this is my branch 02-01 iTrace file, and there's my pdb file. So I'll double-click on this and that'll launch a copy of Visual Studio. Now which one it'll launch depends on what you have installed. I've set it up so it launches Visual Studio 2019. Now what are we looking at here? This shows the metadata that it's in that file. So we see that there's a summary of when the Logging was started. We see that there were some exceptions that happened in there. There was one called the NullReferenceException, and when I click on it I can see the Call Stack of how it got to this…

Contents