aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorDoolyBoi <[email protected]>2022-09-29 16:20:55 -0700
committerDoolyBoi <[email protected]>2022-09-29 16:20:55 -0700
commita1ed506ac89990373a180ab23c556339cbb29888 (patch)
tree22be53f9de64d30dae56a907aad1665adc16e5d6 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentMerge branch 'main' of https://github.com/CST116/cst116-lab0-debugging-abd00l4h (diff)
downloadcst116-lab0-debugging-abd00l4h-a1ed506ac89990373a180ab23c556339cbb29888.tar.xz
cst116-lab0-debugging-abd00l4h-a1ed506ac89990373a180ab23c556339cbb29888.zip
idk
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 3c0d813..e6d0869 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -21,7 +21,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?
-* It broke :(
+*
* 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.