diff options
| author | Taylor Rogers <[email protected]> | 2022-10-25 20:26:50 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-25 20:26:50 -0700 |
| commit | d4c1ff93774940c9b2532dd86e16076c6248a005 (patch) | |
| tree | 54dc185733ff48ce657319254857235cb8c1dda6 /CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | |
| parent | add gitignore (diff) | |
| download | cst116-ch10-debugging-taylorrog-d4c1ff93774940c9b2532dd86e16076c6248a005.tar.xz cst116-ch10-debugging-taylorrog-d4c1ff93774940c9b2532dd86e16076c6248a005.zip | |
Completed exercise 1
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp')
| -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..ec2db92 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.
+*
+* varX is filled with 0-4, varY filled with 100-104
+*
* 10) Clear all the breakpoints.
* 11) Stop debugging.
*
|