Source Server + Subversion = Easy Assembly Debugging
I started using Microsoft Source Server to more easily debug assemblies. Although I'm a strong TDD/BDD advocate, I still find myself in the debugger, especially when working with our own internal, shared libraries. One of the biggest advantages to using Source Server with Subversion is the ability to quickly and easily retrieve the correct revision of the underlying source code for the assembly being debugged. The majority of the steps are found in MSDN's Bugslayer article. »