aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-09-29 14:27:28 -0700
committerjacobdw22 <[email protected]>2022-09-29 14:27:28 -0700
commit967c5785f1fbb1de0b828f3486197709ce3e5347 (patch)
treed1971516584bc7c9cdeaa1d3c5c876bd05439f96 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentSimple changes (diff)
downloadcst116-lab0-debugging-jacobdw22-967c5785f1fbb1de0b828f3486197709ce3e5347.tar.xz
cst116-lab0-debugging-jacobdw22-967c5785f1fbb1de0b828f3486197709ce3e5347.zip
Simple changes
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
index 6545e9b..c736aa2 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -22,7 +22,7 @@
* 8) How do we get out of this mess? Use the "Step Out" tool.
* 9) In Visual Studio you will be taken back to the same cout
* statement. Use the Step Over tool to take you to the next
-* line.
+* line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
* 11) Select Stop Debugging either from the Debug menu or from your