Search notes:

t

t executes a single instruction or source line. Unlike the related p (step) comamnd, t also steps into a function.
In windbg.exe, the t command can be executed without having to press enter with F11.
.step_filter allows to define a list of functions to step over.

Index