Visual Studio Express 2012

I'm pretty new to VS Express and haven't figured out a lot of things. One issue I'm having is debugging. I'd like to step into it and not have to remember to step over ever cin or cout I do. Then I have to step through all that code. Is there a way to mark those lines to automatically be stepped over?

Thanks!
I don't know what exactly your problem is?

You can always get out of the function using shift+F11 or the symbols above.

Note that F10 steps over a function while F11 into
or stick a breakpoint where you actually want to break and then press f5
Hey, thanks. F10 was what I was looking for. Taking too long to step into it.
Topic archived. No new replies allowed.