Logs any information passed into it within the update_loop.
Displays the information in the top-left corner of the canvas only if debug mode is enabled.
Calling display within the update_loop function will not work as intended, so use debug_log instead.
Logs any information passed into it within the
update_loop. Displays the information in the top-left corner of the canvas only if debug mode is enabled. Callingdisplaywithin theupdate_loopfunction will not work as intended, so usedebug_loginstead.