My latest in a series of the weekly, or more often, summary of interesting links I come across related to Visual Studio.
Sara Ford’s Tip of the Day #270 explains that you can have all processes break when one process breaks.
Daniel Moth posted two cool debugger tips. I didn’t know about the datatips on comments functionality.
Visual Studio 2008 KB: Visual Studio 2008 IDE may crash while building a VC++ Project after modifying Linker properties.
Carlos Quintero has written a new VS Extensibility article: HOWTO: Handling buttons and toolbars user customizations from a Visual Studio add-in.
Greg Duncan posted a link to .Net Deadlock Detector, a tool that can help detect the source of thread locking issues in a running program.
Sara Ford’s Tip of the Day #271 covers the Enable Address-Level Debugging option and Tip of the Day #272 covers the Show Disassembly If Source Is Not Available option.
Carlos Quintero describes how to Get Microsoft Office bitmaps for Visual Studio add-ins.
Dave Gardner’s Debugging Tip of the Week #2 covers Design-time Expression Evaluation.
Dmitry Pavlov has posted some of the old VSX samples written by Ed Dore from the GotDotNet website, which is now shutdown.
DiveDeeper’s blog continues the LearnVSXNow! series with VSXtraCommands Part 1 – Command handling patterns.
