Show how to use all 3 of the DEBUG library functions and shows how to see the DEBUG window output when running an app.
Exercises
--------------
1. Write an app which creates a variable and sets its value 3 different times during the execution of the app. After each time you change the value of the variable you should then use one or more of the DEBUG library functions to show the current value of the variable in the DEBUG window.