How can I view the values of variables live as the code executes in Visual Studio?
Right now I can see them only when I keep a break point. But, the problem is that the code works perfectly fine when I keep a break point. It messes up only when it runs fast.
You can only view variables when you have a breakpoint, however you could just manually write the variable values to the Visual Studios Output window: