diff options
| author | tafaar <[email protected]> | 2022-10-25 12:40:50 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-25 12:40:50 -0700 |
| commit | 005ba8a494ed966bd5c143e3403b79b0752a010e (patch) | |
| tree | 73781abe9b6a384c14ad854ea0fad6c5d35dc2d1 | |
| parent | Added breakpoints (diff) | |
| download | cst116-ch10-debugging-hill-005ba8a494ed966bd5c143e3403b79b0752a010e.tar.xz cst116-ch10-debugging-hill-005ba8a494ed966bd5c143e3403b79b0752a010e.zip | |
Did part 1
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 3 |
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 1e3d58b..7108569 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -23,6 +23,9 @@ * 8) Continue running the program to Breakpoint 3.
* 9) Notice the contents of varX and varY now that you are back in the
* main function.
+*
+* Their values have been set.
+*
* 10) Clear all the breakpoints.
* 11) Stop debugging.
*
|