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.

What's next

What's next - Visual Studio Tutorial

From the course: Visual Studio: Advanced Debugging Tools

Start my 1-month free trial

What's next

- [Walt] You've reached the end of the course. We've spent considerable time examining the debug tools available in Visual Studio. Perhaps you are wondering what to do next. While we looked at the thread tools in Visual Studio we didn't spend much time talking about how to think about asynchronous code. I recommend you research threading and async code topics. Parallel programming is another area that is thread related. The thread part of parallel programming is not as interesting as the architectural concepts though. Good design is important here. There are times when debugging code on the deploy computer is useful. We saw how to use IntelliTrace to log the information on another computer. Another technique is to remote debug on the other computer. Visual Studio can do this. You need to install the remote debugging tools on the other computer, and configure your developer computer to connect to that machine. Then…

Contents