aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-25 12:45:50 -0700
committertafaar <[email protected]>2022-10-25 12:45:50 -0700
commitfa8b6b26462efefaa04c057de047bf6937992bce (patch)
tree9152fe43adb991ff249076922e1674e019336e5d /CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
parentDid 2.3 (diff)
downloadcst116-ch10-debugging-hill-fa8b6b26462efefaa04c057de047bf6937992bce.tar.xz
cst116-ch10-debugging-hill-fa8b6b26462efefaa04c057de047bf6937992bce.zip
did exercise 2
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
index 142b85a..605df11 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -53,6 +53,8 @@
* 7) Stop debugging.
* 8) Disable all breakpoints.
* 9) Rebuild and execute the program and verify the results.
+*
+* Done
*
* Debugging Exercise 3
*