diff options
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 |
1 files changed, 2 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 624bd8b..8f3a852 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -13,8 +13,10 @@ * Debugging Exercise 1
*
* 1) On the lines indicated in the code below, insert a breakpoint.
+* done
* 2) With the program not in debugging mode, start debugging by
* using the "Step Into" tool.
+*
* 3) Click on the Watch1 tab.
* 4) With the cursor in the Name column type money and press enter.
* This adds a programmer defined watch on the variable money.
|