aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorthe-ugly <[email protected]>2022-09-29 14:27:29 -0700
committerthe-ugly <[email protected]>2022-09-29 14:27:29 -0700
commit83cb826bae735850108389d4adb1ff9ae0c64c6f (patch)
tree42f285d1de93d367554d5d4e1c45110280554295 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentsimple changes (diff)
downloadcst116-lab0-debugging-the-ugly-83cb826bae735850108389d4adb1ff9ae0c64c6f.tar.xz
cst116-lab0-debugging-the-ugly-83cb826bae735850108389d4adb1ff9ae0c64c6f.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.cpp4
1 files changed, 3 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..f1c056c 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -5,7 +5,9 @@
* next.
*
* Debugging Exercise 1
-*
+*simple changes
+*
+*
* 1) On the lines indicated in the code below, insert a breakpoint.
* 2) With the program not in debugging mode, start debugging by
* using the "Step Into" tool.