How To Debug my Game in Visual Studio? (solved)

Hi Erdrik

Once you add a breakpoint in visual studio it will pause your game, and from here if you put the mouse over some text, it will show you the variables and what is holding, also from here, you can debug line by line and see how your visual studio jumps from if to for to while to etc,

Check the blue arrows in the top bar, you can jump line by line

EDIT: Breakpoints does not work in standalone, the standalone is consider an external application, you have to link visual studio