How can I skip common classes in VS 2008 debugger when stepping in?
For example, I do not want debugger to step into any of the std:: classes. How can I achieve that?
I've found ways of doing this in VS 2005 and earlier, but not 2008
See Question&Answers more detail:os