Debugging Official

: Allow the user to control the flow of the program. This typically includes functions like:

: A window to track the current value of specific variables. debugging

: Finish the current function and return to the caller. : Allow the user to control the flow of the program

: Features that let the user see the "live" data: debugging

Why do game developers remove debugging features from games?

: Execute the next line of code without entering functions. Step Into : Enter a function to see what happens inside it.