I'm working with VS 2010 and i want to run step-by-step my program so i can manage all problem and find bugs. But i've a problem, in VS i need to press F10/F11 to move one step forward, when my program point to PollEvent() istruction it always get F10/F11 or mouseclick event, i don't know how can i give it all other comands.
My question is simple. There is a guide to use debugging in VS 2010 for SFML projects?