aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging
diff options
context:
space:
mode:
authorTaylor Rogers <[email protected]>2022-10-25 20:26:50 -0700
committerTaylor Rogers <[email protected]>2022-10-25 20:26:50 -0700
commitd4c1ff93774940c9b2532dd86e16076c6248a005 (patch)
tree54dc185733ff48ce657319254857235cb8c1dda6 /CST116-Ch10-Debugging
parentadd gitignore (diff)
downloadcst116-ch10-debugging-taylorrog-d4c1ff93774940c9b2532dd86e16076c6248a005.tar.xz
cst116-ch10-debugging-taylorrog-d4c1ff93774940c9b2532dd86e16076c6248a005.zip
Completed exercise 1
Diffstat (limited to 'CST116-Ch10-Debugging')
-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 1e3d58b..ec2db92 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -23,6 +23,9 @@
* 8) Continue running the program to Breakpoint 3.
* 9) Notice the contents of varX and varY now that you are back in the
* main function.
+*
+* varX is filled with 0-4, varY filled with 100-104
+*
* 10) Clear all the breakpoints.
* 11) Stop debugging.
*