aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author[email protected] <[email protected]>2022-10-20 20:18:08 -0700
committer[email protected] <[email protected]>2022-10-20 20:18:08 -0700
commite9e861c93f6aa99c72f73fa63632f5832c11eb38 (patch)
tree10878f14c3b0117a3ddf3b10f0ebcf275c434ae2
parentJohn Lenon was not my president (diff)
downloadcst116-ch10-debugging-smith-benjamin-e9e861c93f6aa99c72f73fa63632f5832c11eb38.tar.xz
cst116-ch10-debugging-smith-benjamin-e9e861c93f6aa99c72f73fa63632f5832c11eb38.zip
BANANAS
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp1
-rw-r--r--CST116-Ch10-Debugging/x64/Debug/CST116-C.25de9f3e.tlog/link.read.1.tlogbin3682 -> 3902 bytes
-rw-r--r--CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exebin95744 -> 95744 bytes
-rw-r--r--CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilkbin894480 -> 847376 bytes
-rw-r--r--CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.objbin154302 -> 154330 bytes
-rw-r--r--CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdbbin1634304 -> 1634304 bytes
-rw-r--r--CST116-Ch10-Debugging/x64/Debug/vc143.idbbin166912 -> 166912 bytes
-rw-r--r--CST116-Ch10-Debugging/x64/Debug/vc143.pdbbin462848 -> 462848 bytes
8 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
index a2831ed..dd3629c 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -100,6 +100,7 @@ int main()
// Breakpoint 3
// Put breakpoint on the following line
FunctionTwo(varX, varY, varZ);
+ varZ[0] = -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 4f7bdbe..c1781da 100644
--- 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
Binary files differ
diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe
index a67378d..389956b 100644
--- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe
+++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe
Binary files differ
diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk
index 4749a13..9f16b17 100644
--- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk
+++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk
Binary files differ
diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj
index a2074bc..834226f 100644
--- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj
+++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj
Binary files differ
diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb
index 123c0ac..9a4fcec 100644
--- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb
+++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb
Binary files differ
diff --git a/CST116-Ch10-Debugging/x64/Debug/vc143.idb b/CST116-Ch10-Debugging/x64/Debug/vc143.idb
index afd94f2..c6e5a21 100644
--- a/CST116-Ch10-Debugging/x64/Debug/vc143.idb
+++ b/CST116-Ch10-Debugging/x64/Debug/vc143.idb
Binary files differ
diff --git a/CST116-Ch10-Debugging/x64/Debug/vc143.pdb b/CST116-Ch10-Debugging/x64/Debug/vc143.pdb
index f9c2d59..d165787 100644
--- a/CST116-Ch10-Debugging/x64/Debug/vc143.pdb
+++ b/CST116-Ch10-Debugging/x64/Debug/vc143.pdb
Binary files differ