diff options
| -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 | 3902 -> 3682 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 | 847376 -> 894544 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.obj | bin | 154330 -> 154355 bytes | |||
| -rw-r--r-- | CST116-Ch10-Debugging/x64/Debug/CST116-Ch10-Debugging.pdb | bin | 1634304 -> 1716224 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 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 Binary files differindex c1781da..4f7bdbe 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 389956b..1297b58 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 9f16b17..c8a58dc 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 834226f..73bde72 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 9a4fcec..322c18a 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 c6e5a21..a1050ff 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 d165787..695d503 100644 --- a/CST116-Ch10-Debugging/x64/Debug/vc143.pdb +++ b/CST116-Ch10-Debugging/x64/Debug/vc143.pdb |