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 :<