When debugging C++ in Visual Studio, this hack makes it easy to skip Boost methods (like shared_ptr dereferences)…

When debugging C++ in Visual Studio, this hack makes it easy to skip Boost methods (like shared_ptr dereferences) when stepping with F11. Man, I wish I had searched on this topic a long time ago instead of just suffering…

And more to the point, why is this not just part of the VS GUI? Editing the registry? Really?? The Java IDEs have all had this as a first-class feature since the early days…

http://blogs.msdn.com/b/andypennell/archive/2004/02/06/69004.aspx