3.8 — Using an integrated debugger: Watching variables
In the previous lessons ( and ), you learned how to use the debugger to watch the path of execution through your program. However, stepping through a program is only half of what makes the debugger useful. The debugger also lets you examine the value of variables as you step …