diff options
| author | Trenton Stark <[email protected]> | 2022-10-14 23:32:34 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-14 23:32:34 -0700 |
| commit | 8617b67adcf8a4f3d2378f65d64f806e9ee3f4eb (patch) | |
| tree | 04ef5026b8249d285bf1b9745803390d0dd1ec8f /CST116-Ch9-Debugging | |
| parent | Completed exercise 1 (diff) | |
| download | cst116-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.cpp | 1 |
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
|