Did you know… You can have all processes break when one process breaks or vice versa - #270
In Tools – Options – Debugging – General, there’s the option “Break all processes when one process breaks.” Let’s say you are debugging multiple projects, and you want to configure what happens when one process breaks.
For example, let’s say I have two console applications running in an infinite loop. And on the second console application, I break the process. Notice how the first console application also breaks.
And of course, you can unchecked this option to have the first console application keep going.
Technorati Tags: VS2005Tip,VS2008Tip
Comments
Anonymous
August 01, 2008
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 coolAnonymous
January 12, 2009
本篇包括tip261-tip270http://www.watch-life.net/visual-studio/visual-studio-2008-tip-day-27.html#261、按C...