diff options
Diffstat (limited to 'CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp')
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index fd2299a..21c8098 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -57,8 +57,13 @@ *
* 7) Fix the problem and repeat Steps 1 � 5 to verify the
* problem was corrected.
+* verified
+*
* 8) Stop debugging.
+* done
+*
* 9) Remove Breakpoint1.
+* done
*
* Debugging Exercise 3
*
|