Debugging
C#
4
Posts
2
Posters
0
Views
1
Watching
-
I am must be a total moron, but I can figure out how debugging works. I set the breakpoints and everything, but I can't find a window that tells me what variable equals what. I am using Visual Studion C# Thanks
As a test, hit F10. Do you see a "Locals" window pop up anywhere? If not, hit "Debug - Windows - Locals". Now what do you see?
-
I am must be a total moron, but I can figure out how debugging works. I set the breakpoints and everything, but I can't find a window that tells me what variable equals what. I am using Visual Studion C# Thanks
Also, is your build configuration set to 'Release' or 'Debug'?
-
Also, is your build configuration set to 'Release' or 'Debug'?