March 2008 - Posts
I have been spending some time recently creating a custom code generator that outputs C++ and C# code from a custom XML format. This blog is about some of what I have learned while working on this. Advice #1: Use '#line' There is a really cheap way to
Read More...
I recently stumbled upon a blog that explained how to use the Source Server technology to enable the debugger to automatically download source files from TFS. This is useful when you work on a software project that is large enough that you debug against
Read More...
The Visual Studio Debugger team is expanding, and is looking for candidates. If you are interested in applying for a position, we have openings in Dev , Test and PM . Some great things about working on the debugger: You are helping to improve a tool which
Read More...
One of the new features that we added in Visual Studio 2008 was debugger enhancement for Windows Communication Foundation (WCF) services. There are four features that we support: You can step from a service client into the implementation. Just step into
Read More...