aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorDoolyBoi <[email protected]>2022-10-04 15:17:02 -0700
committerDoolyBoi <[email protected]>2022-10-04 15:17:02 -0700
commit7bf78adca7b76cf1c2104ffd2a01245ffd16f8b4 (patch)
treea7da45ef2ba566f69543004582bcedc4099a5033 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentcomments (diff)
downloadcst116-lab0-debugging-abd00l4h-7bf78adca7b76cf1c2104ffd2a01245ffd16f8b4.tar.xz
cst116-lab0-debugging-abd00l4h-7bf78adca7b76cf1c2104ffd2a01245ffd16f8b4.zip
comments
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, 0 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 224e31c..1fd864d 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -22,7 +22,6 @@
* 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.