From b0e10415332d8c27970a499e5b3f699099370e84 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 9 Oct 2023 12:24:39 -0400 Subject: [PATCH] wording on debugger --- labs/07_list_implementation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/07_list_implementation/README.md b/labs/07_list_implementation/README.md index 79a3238..1b64a90 100644 --- a/labs/07_list_implementation/README.md +++ b/labs/07_list_implementation/README.md @@ -52,6 +52,6 @@ Sorted Vector: 2 3 4 7 8 ``` -But this program currently does not behave as expected. Please use a debugger to troubleshoot this program, find the problems and fix them. +But this program currently does not behave as expected. Troubleshoot this program, find the problems and fix them. You can use a debugger. **To complete this checkpoint**, explain to a TA the bugs you found, show a TA your fixes and run the program to show that your fixes are correct and the program now produces the expected results.