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.

Enable code maps

Enable code maps - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

Enable code maps

- [Instructor] A code map is a way of visualizing what your code is doing at any moment in time, and it's dynamic, or I should say the way we're going to look at it is dynamic. You can create a code map to analyze your code, put it in a project, save it as a GML file. And what we're going to do is generate the code map on the fly while we're debugging the code. And this is useful when you're looking at code that you don't remember because it's been a long time since you worked on it, or when you're looking at unfamiliar code, or when you're looking at an open source project and you need to get a better idea what's happening in the code. So the way it works is, while you're at your break point, you want to go to Debug and then choose this Show Call Stack on Code Map. If you don't see this, it means you haven't installed the Code Map feature or you don't have Visual Studio Enterprise. So click on this, bring this up…

Contents