How can you stop your program when it's running and find out what the variable values are? (I've done it before, when you go over the variable with the mouse it gives you info on it) Thanks!
Printable View
How can you stop your program when it's running and find out what the variable values are? (I've done it before, when you go over the variable with the mouse it gives you info on it) Thanks!
You click on the left hand side of your code, that will be a breakpoint. Then at the breakpoint, you right click on a variable and "Add to Watch" and you can see the data being put into the variable...
press F11 to step through