diff options
| author | Joe Traver <[email protected]> | 2022-10-10 15:07:24 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-10 15:07:24 -0700 |
| commit | e1ca674bf9cbc8b706d1e034ac61e5939db35051 (patch) | |
| tree | 7364b15a2d31c60ea1353a7fbb0dcc1432501d2e /CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | |
| parent | Answered #6 and inserted as comment (diff) | |
| download | cst116-ch5-debugging-joetraver30-e1ca674bf9cbc8b706d1e034ac61e5939db35051.tar.xz cst116-ch5-debugging-joetraver30-e1ca674bf9cbc8b706d1e034ac61e5939db35051.zip | |
Changed file name
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp index 851932d..9adc2eb 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp @@ -1,5 +1,5 @@ /********************************************************************
-* File: CST116-Ch5-Debugging.cpp
+* File: CST116-lab0-debugging-joetraver30.cpp
*
* General Instructions: Complete each step before proceeding to the
* next.
@@ -16,6 +16,9 @@ * 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?
+*
+* -Background code routine that will execute the display-
+*
* 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.
|