From d4c1ff93774940c9b2532dd86e16076c6248a005 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 25 Oct 2022 20:26:50 -0700 Subject: Completed exercise 1 --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 3 +++ 1 file changed, 3 insertions(+) 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. * -- cgit v1.2.3