From a3b3fbddb27e52e62bfb5addf4650ba2775bdf59 Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 12 Oct 2022 19:44:02 -0700 Subject: figured it out --- 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 f10e39d..bafdf58 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -63,7 +63,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line while (i < 10) - cout << i << endl; + cout << i++ << endl; // Breakpoint 2 // Put a breakpoint on the following line -- cgit v1.2.3