Debugger Tips, Tricks and Tools 12- August 2, 2007 I've had loads of people ask me the question: "Is there any way to step into a function without having to bother stepping into all the properties that might have to be executed as parameters before getting to what I'm really interested in" The standard answer for Visual Studio 2005 and Visual Studio 2008 has been "well, you probably want to get familiar with the DebuggerStepThrough or DebuggerNonUserCode attributes and use them it in your code." However, if it's not your code...http://blogs.msdn.com/jimgries/archive/2007/08/02/debugger-tips-tricks-and-tools-12.aspx |