diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-12 20:32:16 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-12 20:32:16 -0700 |
| commit | a655fa57ade9412d97fc8fa5b274e1fb50170550 (patch) | |
| tree | 6c3a6e78cfdc8aaa1ff26f9f18d9e5c89a6d92e9 | |
| parent | Fixed Teenager age (diff) | |
| download | cst116-ch7-cyrus-a655fa57ade9412d97fc8fa5b274e1fb50170550.tar.xz cst116-ch7-cyrus-a655fa57ade9412d97fc8fa5b274e1fb50170550.zip | |
completed exercise 2
| -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
*
|