From 8617b67adcf8a4f3d2378f65d64f806e9ee3f4eb Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Fri, 14 Oct 2022 23:32:34 -0700 Subject: Completed Exercise 2 --- CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CST116-Ch9-Debugging') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp index 7da0588..6aa1c4d 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp @@ -38,6 +38,7 @@ * 4) Step into one more time so that the current line is the * calculation. * 5) Why is age greyed out in your watch window? +* Thers is no age variable in the functions local environment * 6) Stop debugging. * * Debugging Exercise 3 -- cgit v1.2.3