From 31ff15eed8e3b407ef9b0f18a2ca62b2fdcd53bb Mon Sep 17 00:00:00 2001 From: "smithbenjamin2022@gmail.com" Date: Thu, 20 Oct 2022 20:25:25 -0700 Subject: Almighty PUSH! --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 1 + .../Debug/CST116-C.25de9f3e.tlog/link.read.1.tlog | Bin 3902 -> 3682 bytes .../x64/Debug/CST116-Ch10-Debugging.exe | Bin 95744 -> 95744 bytes .../x64/Debug/CST116-Ch10-Debugging.ilk | Bin 847376 -> 894544 bytes .../x64/Debug/CST116-Ch10-Debugging.obj | Bin 154330 -> 154355 bytes .../x64/Debug/CST116-Ch10-Debugging.pdb | Bin 1634304 -> 1716224 bytes CST116-Ch10-Debugging/x64/Debug/vc143.idb | Bin 166912 -> 166912 bytes CST116-Ch10-Debugging/x64/Debug/vc143.pdb | Bin 462848 -> 462848 bytes 8 files changed, 1 insertion(+) (limited to 'CST116-Ch10-Debugging') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index dd3629c..a24748b 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -101,6 +101,7 @@ int main() // Put breakpoint on the following line FunctionTwo(varX, varY, varZ); varZ[0] = -99; + varX[1] = 99; PrintFunction(varX, varY, varZ); return 0; diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-C.25de9f3e.tlog/link.read.1.tlog b/CST116-Ch10-Debugging/x64/Debug/CST116-C.25de9f3e.tlog/link.read.1.tlog index c1781da..4f7bdbe 100644 Binary files a/CST116-Ch10-Debugging/x64/Debug/CST116-C.25de9f3e.tlog/link.read.1.tlog and b/CST116-Ch10-Debugging/x64/Debug/CST116-C.25de9f3e.tlog/link.read.1.tlog differ diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe index 389956b..1297b58 100644 Binary files a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe and b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe differ diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk index 9f16b17..c8a58dc 100644 Binary files a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk and b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk differ diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj index 834226f..73bde72 100644 Binary files a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj and b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj differ diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb index 9a4fcec..322c18a 100644 Binary files a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb and b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb differ diff --git a/CST116-Ch10-Debugging/x64/Debug/vc143.idb b/CST116-Ch10-Debugging/x64/Debug/vc143.idb index c6e5a21..a1050ff 100644 Binary files a/CST116-Ch10-Debugging/x64/Debug/vc143.idb and b/CST116-Ch10-Debugging/x64/Debug/vc143.idb differ diff --git a/CST116-Ch10-Debugging/x64/Debug/vc143.pdb b/CST116-Ch10-Debugging/x64/Debug/vc143.pdb index d165787..695d503 100644 Binary files a/CST116-Ch10-Debugging/x64/Debug/vc143.pdb and b/CST116-Ch10-Debugging/x64/Debug/vc143.pdb differ -- cgit v1.2.3