aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-25 20:32:41 -0700
committerTaylor Rogers <[email protected]>2022-10-25 20:32:41 -0700
commitbaefc0ece4a93461c9c8fb81f6fccd3904640e9c (patch)
tree7d17725bd3be7f73718847a296fbfba3bfa143be
parentchanged 5's to SIZE (diff)
downloadcst116-ch10-debugging-taylorrog-baefc0ece4a93461c9c8fb81f6fccd3904640e9c.tar.xz
cst116-ch10-debugging-taylorrog-baefc0ece4a93461c9c8fb81f6fccd3904640e9c.zip
Completed exercise 2
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
index 0a9643e..4aec42e 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -44,6 +44,9 @@
* flow returns back to main.
* 6) Make sure your Watch window is visible and notice the contents
* of varY and varZ now that you are back in main.
+*
+* varX is now 0-9, varY is 100-109
+*
* 7) Stop debugging.
* 8) Disable all breakpoints.
* 9) Rebuild and execute the program and verify the results.