aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
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 /CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
parentJohn Lenon was not my president (diff)
downloadcst116-ch10-debugging-smith-benjamin-e9e861c93f6aa99c72f73fa63632f5832c11eb38.tar.xz
cst116-ch10-debugging-smith-benjamin-e9e861c93f6aa99c72f73fa63632f5832c11eb38.zip
BANANAS
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp1
1 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;