From e1ca674bf9cbc8b706d1e034ac61e5939db35051 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Mon, 10 Oct 2022 15:07:24 -0700 Subject: Changed file name --- CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp') 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. -- cgit v1.2.3