All Tags > Visual Studio
-
Scenarios - Debugging Memory Leaks
Memory Leaks? In .NET code? This session looks at how we'd diagnose the modern equivalent of a memory "leak" with Visual Studio 2005.
Posted: 29/07/2005 by Mike Taulty
Tags: .NET, Visual Studio
-
Mechanics - Working with the SOS Debugger Extension
The Visual Studio debugger can load extension DLLs to extend its capabilities. This session looks at the basics of loading the SOS.DLL for .NET code and introduces what we can do with it.
Posted: 25/07/2005 by Mike Taulty
Tags: .NET, Visual Studio
-
Mechanics - Design Time Debugging
Visual Studio 2005 has new features for debugging without actually writing an application - watch this session to see the new object test bench and other design-time debugging features.
Posted: 07/07/2005 by Mike Taulty
Tags: Debugging, Visual Studio
-
Preparation - Building Your Code for Debugging
In this session we look at debugging debug and release builds and the role of PDB files in Visual Studio 2005.
Posted: 07/07/2005 by Mike Taulty
Tags: Debugging, Visual Studio
-
Mechanics - Edit and Continue
It's back! Visual Studio 2005 reintroduces the idea of "edit and continue" allowing you to alter code whilst in the debugger - this session looks at what you can do with this feature.
Posted: 01/07/2005 by Mike Taulty
Tags: Visual Studio