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 ++ .../Ch 5 Debugging Project.lastbuildstate | 2 +- .../Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog | Bin 1750 -> 1750 bytes .../Debug/Ch 5 Debugging Project.exe | Bin 53760 -> 53760 bytes .../Debug/Ch 5 Debugging Project.exe.recipe | 2 +- .../Debug/Ch 5 Debugging Project.ilk | Bin 504868 -> 504868 bytes .../Debug/Ch 5 Debugging Project.obj | Bin 82711 -> 82711 bytes .../Debug/Ch 5 Debugging Project.pdb | Bin 1757184 -> 1789952 bytes 8 files changed, 4 insertions(+), 2 deletions(-) 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. diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate index 0b9227c..fddab47 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate +++ b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/Ch 5 Debugging Project.lastbuildstate @@ -1,2 +1,2 @@ PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.30.30705:TargetPlatformVersion=10.0.19041.0: -Debug|Win32|C:\Users\Morgan\Source\Repos\cst116-lab0-debugging-radioflyer32\Ch 5 Debugging Project\| +Debug|Win32|C:\Users\Morgan\source\repos\cst116-lab0-debugging-radioflyer32\Ch 5 Debugging Project\| diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog index 130c170..2a38c3d 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog and b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe index ecd7f9b..1a57f57 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe.recipe b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe.recipe index 9265b8b..81b38c5 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe.recipe +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe.recipe @@ -2,7 +2,7 @@ - C:\Users\Morgan\Source\Repos\cst116-lab0-debugging-radioflyer32\Ch 5 Debugging Project\Debug\Ch 5 Debugging Project.exe + C:\Users\Morgan\source\repos\cst116-lab0-debugging-radioflyer32\Ch 5 Debugging Project\Debug\Ch 5 Debugging Project.exe diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk index 8dad686..5c43e0e 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj index 163d9c6..4d55dfc 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj differ diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb index a564346..e3f30b3 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb differ -- cgit v1.2.3