From a1ed506ac89990373a180ab23c556339cbb29888 Mon Sep 17 00:00:00 2001 From: DoolyBoi Date: Thu, 29 Sep 2022 16:20:55 -0700 Subject: idk --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 3c0d813..e6d0869 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -21,7 +21,7 @@ * 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? -* It broke :( +* * 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