From 005ba8a494ed966bd5c143e3403b79b0752a010e Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 25 Oct 2022 12:40:50 -0700 Subject: Did part 1 --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 3 +++ 1 file changed, 3 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..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. * -- cgit v1.2.3