I am currently using Visual Studio 2010, under debug mode x64 on a windows 8(64bit). I have this program that I am trying to debug but when I set a breakpoint, and it gets hit, the output of the function is different from the output when I don't have the breakpoint set. I am unsure what is going on, (the only thing I can think of is that the threads are acting differently when I have a break point set, if that's even a possibility).
Has anyone run into this kind of situation and how were you able to solve this issue?
If you need anymore information, let me know and I'll do my best.