aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-09-29 16:21:29 -0700
committerMusa Ahmed <[email protected]>2022-09-29 16:21:29 -0700
commit5c560c989b61c919e9fbfbfca1d4d352719ff0a7 (patch)
tree5c52471c24a565d87be1b78081c3ef7a4a4e8b55 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentfixed the code (diff)
downloadcst116-lab0-debugging-m005a-5c560c989b61c919e9fbfbfca1d4d352719ff0a7.tar.xz
cst116-lab0-debugging-m005a-5c560c989b61c919e9fbfbfca1d4d352719ff0a7.zip
added output
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp1
1 files changed, 1 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 7d6c472..c04cd17 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -16,6 +16,7 @@
* 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?
+* -
* 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.