Don't click "Step Into" when you're at a printf call. Click "Step Over", or the equivalent.

Alternatively, there is probably a way to link against the non-debugging version of the standard C library (I think MS calls it the run-time library, or mscvrt.dll or some such). Such a version would have no debugging symbols or info, so you the "step into" button might just "step over" the standard function calls. That's just a guess though. Unfortunately, I'm a Linux guy, so that's the extent of my knowledge.