From 0d1588f63898fdc0eff95274e1958fbcfd68ac4a Mon Sep 17 00:00:00 2001 From: Trevor Bouchillon Date: Mon, 24 Oct 2022 16:13:02 -0700 Subject: Exercise 1 done --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CST116-Ch10-Debugging') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index 1e3d58b..80b7568 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -1,5 +1,8 @@ /******************************************************************** * File: CST116-Ch10-Debugging.cpp +* +* Trevor Bouchillon +* CST116 * * General Instructions: Complete each step before proceeding to the * next. @@ -23,6 +26,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. +* ******************************************************************************** +* They changed to incrementing numbers, except varZ became counting evens. +* ******************************************************************************** * 10) Clear all the breakpoints. * 11) Stop debugging. * -- cgit v1.2.3