From the course: Visual Studio: Advanced Debugging Tools

Unlock the full course today

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

Open and debug with the code map file

Open and debug with the code map file - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

Open and debug with the code map file

- [Instructor] I'm back in Visual Studio and I've closed the CodeMap window. Now let's debug the application without the CodeMap open. Go through the same steps as before and it's starting a new CodeMap. This is okay. That means if you didn't save your CodeMap the last time, it'll create a new one for you. But that's not what we want to do. We want to open the existing CodeMap. So I'll close this and I won't save the changes. And then I will stop debugging and I need to add the CodeMap file somewhere in the Visual Studio solution. So what'll do is take this CallStack1.dgml file and I'll drag it over and I'll put it here in this solution folder. Then I'll move this back off screen. And now I'll double click on it to open it. I can see my break points in the red circles. I'll go ahead and make this a vertical document group so we can see it on the other side of the screen. And then I'll start a debugging session. And…

Contents