From the course: Visual Studio Developer Tips

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Pin data tips in debug window

Pin data tips in debug window - Visual Studio Tutorial

From the course: Visual Studio Developer Tips

Pin data tips in debug window

- [Instructor] I've recorded a lot of tips in my other courses that I think you'll find useful. This tip is from my Visual Studio Essential series. It's in the debug and troubleshoot code course. I thought I'd revisit this tip on how to work with data tips. Before showing the tip, I have some housekeeping notes. The source code for this video is in the weekly tips git repository. You'll want to open the branch tip 024 and that will load this solution weekly tips and this project data tips. You might notice that the solution name is different in the original video, but that doesn't impact the example. Enjoy this week's tip. One of the most useful features of Visual Studio debugging tools is edit and continue. This feature allows you to make changes to your code while debugging then continue stepping through your code without any additional compilation steps from you. This beats the old model of debug, stop, write new code, recompile and restart debugging. C#, C++ and Visual Basic have…

Contents