aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-14 23:32:34 -0700
committerTrenton Stark <[email protected]>2022-10-14 23:32:34 -0700
commit8617b67adcf8a4f3d2378f65d64f806e9ee3f4eb (patch)
tree04ef5026b8249d285bf1b9745803390d0dd1ec8f /CST116-Ch9-Debugging
parentCompleted exercise 1 (diff)
downloadcst116-ch9-debugging-stark-8617b67adcf8a4f3d2378f65d64f806e9ee3f4eb.tar.xz
cst116-ch9-debugging-stark-8617b67adcf8a4f3d2378f65d64f806e9ee3f4eb.zip
Completed Exercise 2
Diffstat (limited to 'CST116-Ch9-Debugging')
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
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