0

Well, I recently started learning C and wanted to debug my C program but I came across a random issue. When I started debug, the watch window stayed blank and didn't show anything. I don't understand why this is happening as I have set breakpoints in code and everything else.

Thank you :)

I followed a lot of tutorials and some stackoverflow questions like Visual Studio Watch Window Debugger Displaying Nothing but couldn't find any solution :<

Aryan
  • 73
  • 7
  • 1
    Use the Locals window if you want to see anything. The Watch window requires adding watches: https://learn.microsoft.com/en-us/visualstudio/debugger/watch-and-quickwatch-windows?view=vs-2022#observe-variables-with-a-watch-window – Hans Passant Apr 01 '23 at 11:29
  • 1
    You should tag it with your whatever version of visual studio you are using. – Allan Wind Apr 01 '23 at 20:27
  • 1.77.0 is my VS code version – Aryan Apr 02 '23 at 18:11

0 Answers0