97.3k views
5 votes
PLEASE HELP FAST!

What is the first step you should do when debugging? (5 points)
Know what the code should do.
Change the code to fix the error.
Run the code to see where the error is.
Have a friend run the code.

User Zohreh
by
7.3k points

1 Answer

7 votes

Answer:

I would say : know what the code should do

Step-by-step explanation:

First you should know what is the code supposed to do and then identify the problem to be able to isolate the source of the problem, after that you can either fix the error or find a way to work around it.

User Tpdietz
by
7.5k points