Final answer:
When debugging an app, you can add statements to your code that display messages at key points to help find the cause of a bug. This is a crucial skill in software development.
Step-by-step explanation:
When you debug the execution of an app, you add statements to your code that display messages at key points in the code. This can help you find the cause of a bug.
For example, you might use print statements in your code to display the values of variables or to indicate that certain parts of the code have been reached. By examining the output, you can trace the flow of the program and identify any issues.
Debugging is an important skill for software development as it allows you to identify and fix problems in your code, leading to more reliable and efficient applications.
Debugging is the process of finding and removing errors, or bugs, in software code. Debugging can also mean to remove electronic bugs from a room or building.