vc++ ide dont step into library functions

In VC++ is there a way to set a breakpoint for every line of my source code (vs. linked library code)? Then I can just F5 through each line of my source.

Or... is there a way to use F11 (step into) to only step into my source code methods and not into std:: methods and library functions.

What I want to do is quickly step through every line of my code, including stepping into my methods or functions, but not into library routines. If I keep hitting F11 I drop into unwanted library functions like ostream for cout. If I only use F10 I miss entering my own functions.
Topic archived. No new replies allowed.