From 7d245927548186f049519d4ee56db1ece4675461 Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 25 Oct 2022 12:42:53 -0700 Subject: Did 2.3 --- 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 97122dd..142b85a 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -42,6 +42,9 @@ * set the necessary condition so the loop breaks when x hits 8. * (Hint: If you need help setting breakpoints based upon a * condition refer to Chapter 8). +* +* Done +* * 4) Run to Breakpoint 4. * 5) Continue stepping into the remainder of the for loop until the * flow returns back to main. -- cgit v1.2.3