How to log stuff in console in Visual Studio C++ -
I'm working on a small C ++ - Games in Visual Studio 2008. I want to see the contents of a vector after a few seconds or after pressing some buttons. Breakpoints are useless in this case, because they shut me down (~ 60 times per second) in every call of Gamalope. How can I debug this case?
Thank you!
Use the output from the debugging function Windows API You can call it anytime you want Every 100th loop in the code.
Function Information
Please read all the comments on this page - Some people claim that the output of this function in your IDE (VS 2008) is not "instant window", "output" .
Comments
Post a Comment