From 34ccf11d6884aa151164a08744f47f9c21eca555 Mon Sep 17 00:00:00 2001 From: Morgan Cyrus Date: Fri, 7 Oct 2022 21:09:37 -0700 Subject: Finished all exercises. --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 400970b..7996b00 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -94,13 +94,20 @@ /* Debugging Exercise 3 * * 1) Choose Disable All Breakpoints from the Debug menu. +* done +* * 2) With the cursor on the calculation, Run to Cursor. Remember * that the Run to Cursor tool can be accessed by right clicking * in the code window and choosing the correct menu option. +* done +* * 3) Step over the calculation and verify that this time * you end up with more money than before the raise. +* done; verified... $129.622 +* * 4) Stop debugging. Now run the entire program by choosing the menu * option Start Without Debugging. +* done * ********************************************************************/ -- cgit v1.2.3