I already have my project in debugging mode and I want to display the value of my variables, but I don't know what window to show so I can see the whole process.
When you start your project in debug mode, you can select the variable you want and by right clicking on the "mouse" open the context menu where you would select "Add Watch":
A window will open where you can view the value of your variables:
When you start your project in debug mode, you can select the variable you want and by right clicking on the "mouse" open the context menu where you would select "Add Watch":
A window will open where you can view the value of your variables:
I suggest you review:
First look at the Visual Studio debugger