A silly question from a fresh newcomer.
Once I set a breakpoint and my program stops at it how do I see variable value? I am able to add the variable to so called "watch", but how do see the watch then? Do I need to issue commands to GDB?
Sorry one more time for the stupid question but I've already spent half an hour trying to learn how to debug my code.