Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
204 views
in Technique[技术] by (71.8m points)

Question regarding ineffective debugging methods

I have a question for my computer science course but I dont know what the answer is. Can someone please provide help:

Which of the following is NOT an effective way of finding and correcting errors?

  1. Deleting the code segments are restarting that section of code - this answer seems the most correct.

  2. Using extra output statements to check values of variable at different points in the program - it is definitely not this one.

  3. Hand tracing code to keep track of variables and their value - I don't believe it is this one either.

  4. Using a debugger built-in to the IDE - I am between this and choice A

question from:https://stackoverflow.com/questions/65944311/question-regarding-ineffective-debugging-methods

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...