aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-25 12:42:53 -0700
committertafaar <[email protected]>2022-10-25 12:42:53 -0700
commit7d245927548186f049519d4ee56db1ece4675461 (patch)
tree51aabe10d103034d57ae32bfdf8f98481806a2f7 /CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
parentchanged 5s to size and size to 10 (diff)
downloadcst116-ch10-debugging-hill-7d245927548186f049519d4ee56db1ece4675461.tar.xz
cst116-ch10-debugging-hill-7d245927548186f049519d4ee56db1ece4675461.zip
Did 2.3
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp')
-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 97122dd..142b85a 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -42,6 +42,9 @@
* set the necessary condition so the loop breaks when x hits 8.
* (Hint: If you need help setting breakpoints based upon a
* condition refer to Chapter 8).
+*
+* Done
+*
* 4) Run to Breakpoint 4.
* 5) Continue stepping into the remainder of the for loop until the
* flow returns back to main.