aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
diff options
context:
space:
mode:
authorAaron Hill <[email protected]>2022-10-05 14:19:16 -0700
committerAaron Hill <[email protected]>2022-10-05 14:19:16 -0700
commit936035d5479e497facfc73772972d8978edcca3d (patch)
tree690471f8a75e9b69b7718909a099bbb6822cb829 /CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
parent3.3 (diff)
downloadcst116-ch7-debugging-hill-936035d5479e497facfc73772972d8978edcca3d.tar.xz
cst116-ch7-debugging-hill-936035d5479e497facfc73772972d8978edcca3d.zip
3.4
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp')
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
index a4c6726..08f9dbe 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp
@@ -49,6 +49,9 @@
*
* 4) Re-run the program this time with debugging and run to
* Breakpoint 2.
+*
+* Done.
+*
* 5) Why is the action with the else executing?
* 6) Fix the problem and re-run to verify the problem was corrected.
********************************************************************/