From b3b6e10a5e30c65721a4b45fc4c04970f7a7389d Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 12 Oct 2022 19:42:46 -0700 Subject: stuck --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp') diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 53e4a61..f10e39d 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -62,7 +62,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line - while (i < 0); + while (i < 10) cout << i << endl; // Breakpoint 2 -- cgit v1.2.3