Objective:
Use debugging strategies to fix errors in a Pong game.
Watch the video on Grace Hopper. She was a U.S. Navy Admiral who coined the term debugging. She made many other amazing contributions to computer science.
Question: Where does the term debug come from?
Debug a version of the Pong app. There are at least three errors in this version of the Pong game. See if you can find them all!
To get started, open App Inventor with the Pong With Bugs template. Then, work with a partner and use the debugging strategies.
*Make sure you complete and publish your version of Pong before engaging in debugging activities.
Change only one thing at a time.
Test early.
Add comments to your code.
Use procedures to simplify code.
Display variable values in labels.
Have a partner review your code.