visual studio breakpoint dependency hierarchy
A serious amount of time during software development is spent with debugging. Visual Studio makes the task of debugging native applications already a lot more comfortable but as with all things there is still room for improvement.
One feature that I was missing of late was the concept of hierarchical breakpoints.
Often during debugging I want the debugger [...]
Tip: visual studio ‘build’ output window – autoscroll
once you manually browse in the ‘build’ output window while running your compile you will have to manually navigate using the scrollbars to again see the most recent output from the compiler/linker. To re-enable the default auto-scroll functionality just press CTRL+END inside the output window.

