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.

View UI messages

View UI messages - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

View UI messages

- [Instructor] When you are working with IntelliTrace you're always gathering what are called IntelliTrace events. By default, it only uses a small subset of the possible events, but this is customizable over here in this section of the tools options window. You can always restore back to the Visual Studio defaults by clicking on the restore button. And as you can, we're not using all the possible IntelliTrace events. In the next video, we'll look at how to customize this list, but what I'd thought we look at now is some of the default options. So if you're working with a web application, it would be interesting to see the request and response coming into the server. If you're working in the console application, you might be interested in some of the WrightLines that happen there. You could be interested in looking at environmental variables that are read from your application. What we're going to look at is down…

Contents