I admit it: I don't use the Watch window much. When I hit a breakpoint and want to know what the current value is in a variable that's near the breakpoint, I'll either type "?variableName" in the ...
There appears to be an unwritten law about the time spent in debug-it is a constant. It could be that all gains made by improvements in tools and methodologies are offset by increases in complexity, ...
Effective debugging depends on the mindful application of the right strategies, methods, practices, tools, and techniques. Locate and reproduce bugs through detailed logging, failure reporting, ...