diff options
| author | Taylor Rogers <[email protected]> | 2022-10-25 20:32:41 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-25 20:32:41 -0700 |
| commit | baefc0ece4a93461c9c8fb81f6fccd3904640e9c (patch) | |
| tree | 7d17725bd3be7f73718847a296fbfba3bfa143be /CST116-Ch10-Debugging | |
| parent | changed 5's to SIZE (diff) | |
| download | cst116-ch10-debugging-taylorrog-baefc0ece4a93461c9c8fb81f6fccd3904640e9c.tar.xz cst116-ch10-debugging-taylorrog-baefc0ece4a93461c9c8fb81f6fccd3904640e9c.zip | |
Completed exercise 2
Diffstat (limited to 'CST116-Ch10-Debugging')
| -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 0a9643e..4aec42e 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -44,6 +44,9 @@ * flow returns back to main.
* 6) Make sure your Watch window is visible and notice the contents
* of varY and varZ now that you are back in main.
+*
+* varX is now 0-9, varY is 100-109
+*
* 7) Stop debugging.
* 8) Disable all breakpoints.
* 9) Rebuild and execute the program and verify the results.
|