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.

Complete the map by adding all type members

Complete the map by adding all type members - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

Complete the map by adding all type members

- [Instructor] In each of the videos in this chapter I've been increasing the complexity of this code map. Now we're looking at, for this team builder, I can see that it's part of this robot factory name space, and that is inside this DLL, and when I hover over this I get information about the assembly, it's surfacing a lot of information. I can even make it more interesting, or more complete, by using these refresh buttons there, actually these are the refetch children button, let's see what happens when I click on it for this team builder. It goes out and it gets all the other members of the type, including the ones that I didn't discover when I was debugging the application. So this builds a more complete model of the team builder class. One of the benefits of using the code map is I'm only looking at the code that I was working with or debugging at that moment, maybe that's all I want. On the other hand there's…

Contents