diff options
| author | [email protected] <[email protected]> | 2022-10-20 20:18:08 -0700 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2022-10-20 20:18:08 -0700 |
| commit | e9e861c93f6aa99c72f73fa63632f5832c11eb38 (patch) | |
| tree | 10878f14c3b0117a3ddf3b10f0ebcf275c434ae2 | |
| parent | John Lenon was not my president (diff) | |
| download | cst116-ch10-debugging-smith-benjamin-e9e861c93f6aa99c72f73fa63632f5832c11eb38.tar.xz cst116-ch10-debugging-smith-benjamin-e9e861c93f6aa99c72f73fa63632f5832c11eb38.zip | |
BANANAS
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 1 | ||||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/CST116-C.25de9f3e.tlog/link.read.1.tlog | bin | 3682 -> 3902 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe | bin | 95744 -> 95744 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk | bin | 894480 -> 847376 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj | bin | 154302 -> 154330 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb | bin | 1634304 -> 1634304 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/vc143.idb | bin | 166912 -> 166912 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/vc143.pdb | bin | 462848 -> 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 Binary files differindex 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 diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe Binary files differindex a67378d..389956b 100644 --- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe +++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.exe diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk Binary files differindex 4749a13..9f16b17 100644 --- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk +++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.ilk diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj Binary files differindex a2074bc..834226f 100644 --- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj +++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj diff --git a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb Binary files differindex 123c0ac..9a4fcec 100644 --- a/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb +++ b/CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb diff --git a/CST116-Ch10-Debugging/x64/Debug/vc143.idb b/CST116-Ch10-Debugging/x64/Debug/vc143.idb Binary files differindex afd94f2..c6e5a21 100644 --- a/CST116-Ch10-Debugging/x64/Debug/vc143.idb +++ b/CST116-Ch10-Debugging/x64/Debug/vc143.idb diff --git a/CST116-Ch10-Debugging/x64/Debug/vc143.pdb b/CST116-Ch10-Debugging/x64/Debug/vc143.pdb Binary files differindex f9c2d59..d165787 100644 --- a/CST116-Ch10-Debugging/x64/Debug/vc143.pdb +++ b/CST116-Ch10-Debugging/x64/Debug/vc143.pdb |