diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-06 22:05:47 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-06 22:05:47 -0700 |
| commit | 553937cc90d5332dd536f93dc945d3639227ea16 (patch) | |
| tree | 40ad74ee94b3635c7d212e3b2ba2d974f44ed595 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | Updated readme (diff) | |
| download | cst116-ch5-debugging-cyrus-553937cc90d5332dd536f93dc945d3639227ea16.tar.xz cst116-ch5-debugging-cyrus-553937cc90d5332dd536f93dc945d3639227ea16.zip | |
Breakpoints entered.
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.
|