From 553937cc90d5332dd536f93dc945d3639227ea16 Mon Sep 17 00:00:00 2001 From: Morgan Cyrus Date: Thu, 6 Oct 2022 22:05:47 -0700 Subject: Breakpoints entered. --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 ++ 1 file changed, 2 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 624bd8b..8f3a852 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -13,8 +13,10 @@ * Debugging Exercise 1 * * 1) On the lines indicated in the code below, insert a breakpoint. +* done * 2) With the program not in debugging mode, start debugging by * using the "Step Into" tool. +* * 3) Click on the Watch1 tab. * 4) With the cursor in the Name column type money and press enter. * This adds a programmer defined watch on the variable money. -- cgit v1.2.3