Anyone know how to stop stepping into the standard library source files in VS2008 while debugging? It's really annoying to jump into ostream and go through a bunch of steps when I just want to see what's only happening with my code. I'm watching videos of C++ tutorials and as they debug, they do not step into std source files. I can't seem to find an option to turn that part off. =\