From 155746dd634e0fc53e7941eecfd67d05b4a96f5a Mon Sep 17 00:00:00 2001 From: the-ugly Date: Thu, 29 Sep 2022 16:28:18 -0700 Subject: final step --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 a4a9496..83dd8a6 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -53,9 +53,9 @@ * that the Run to Cursor tool can be accessed by right clicking * in the code window and choosing the correct menu option. * 3) Step over the calculation and verify that this time -* you end up with more money than before the raise. +* you end up with more money than before the raise. Yes * 4) Stop debugging. Now run the entire program by choosing the menu -* option Start Without Debugging. +* option Start Without Debugging. All good * ********************************************************************/ -- cgit v1.2.3