All Tags > Visual Studio
-
Mechanics - Controlling Debugger Display for Your Types
The Visual Studio debugger can be configured to display custom output for your own data types. This session looks at how you do that.
Posted: 29/06/2005 by Mike Taulty
Tags: Visual Studio
-
Mechanics - Working with Data Tips and Visualisers
Visual Studio 2005 has great new features for seeing your data in the debugger. This session looks at Data Tips and Visualisers in the debugger and how you can write your own visualiser.
Posted: 29/06/2005 by Mike Taulty
Tags: Visual Studio
-
Mechanics - Breakpoints and Tracepoints
In this session we take a look at setting breakpoints and tracepoints with Visual Studio 2005
Posted: 16/06/2005 by Mike Taulty
Tags: Visual Studio
-
Preparation - Locating and Managing Symbol Files
Debugging is a whole lot easier with symbol files (PDBs). This session looks at how Visual Studio 2005 works with symbol files and how you can set up your own symbol servers.
Posted: 16/06/2005 by Mike Taulty
Tags: Debugging, Visual Studio
-
Anchoring and Docking in Windows Forms
Dealing with forms or controls re-sizing used to be tricky - the developer would need to write code to handle the WM_SIZE message - and that code would typically be brittle and hard to support. Visual ...
Posted: 11/01/2005 by Mike Pelton
Tags: .NET, Visual Studio