aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorEvan.Mihm <LAPTOP-2080>2022-10-05 00:43:50 -0700
committerEvan.Mihm <LAPTOP-2080>2022-10-05 00:43:50 -0700
commit42465b07693ee3f503a3c691609eeed8e7b91f9b (patch)
tree4345bea110d26bcbe81462bbadf4a58dbefaaa19 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-lab0-debugging-evanmihm-42465b07693ee3f503a3c691609eeed8e7b91f9b.tar.xz
cst116-lab0-debugging-evanmihm-42465b07693ee3f503a3c691609eeed8e7b91f9b.zip
no break
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp6
1 files changed, 6 insertions, 0 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..f4f97e4 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -16,6 +16,9 @@
* the current line being that cout statement, Step Into again.
* 6) What happened? Where are we now? What is all of this nasty
* looking code?
+*
+* !add the reason!
+*
* 7) Remember, stepping into a predefined routine takes you to the
* code for that routine. If the debugger can't find the code it
* will show the assembly code for that routine.
@@ -25,6 +28,9 @@
* line.
* 10) Step over the next cout statement. Now look at the console
* window. What was printed?
+*
+* !anwser!
+*
* 11) Select Stop Debugging either from the Debug menu or from your
* toolbar.
*