.step_filter

If you haven’t read it yet, I would highly recommend reading about this command on Doron’s blog:

http://blogs.msdn.com/doronh/default.aspx

In a nutshell, it allows you to specify a list of symbols that name functions that the debugger should not trace in to, so that you
can start early enough in the callstack to follow what you need to without accidentally getting ‘t’ happy on the keyboard and end up
stepping through stuff you know is not the problem.

Thanks, Doron,

mm