Answer :
Answer:
Debugging.
Explanation:
Debugging is a common process in the world of programming. It's done to find out cause of errors, and correct them after finding them. Although finding errors and correcting them may make more errors popup, but this is something common in software development.
Most IDEs (Integrated development environment) provide great tools for debugging like pause execution, move to the next statement, break loop etc.