aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorDoolyBoi <[email protected]>2022-10-04 15:16:13 -0700
committerDoolyBoi <[email protected]>2022-10-04 15:16:13 -0700
commitca0e5846f0076adcd69fe078698cbc0e3fa40f48 (patch)
tree31b854450bd275c078d972eebc2f1db1a7d681d1 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentadjusted some comments (diff)
downloadcst116-lab0-debugging-abd00l4h-ca0e5846f0076adcd69fe078698cbc0e3fa40f48.tar.xz
cst116-lab0-debugging-abd00l4h-ca0e5846f0076adcd69fe078698cbc0e3fa40f48.zip
adjusting comments
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, 1 insertions, 3 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
index af46639..a6272b3 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -10,10 +10,8 @@
* Lab 0
* Debugging
*
-* Debugging Exercise 1
+* Debugging Exercise 1
*
-*
-*
* 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.