Press space to try it. See inside. You´re allowed to borrow these things as long as you give credit. How the blocks work: Delete all: empties debug list. Delete last: deletes the debugger´s last element. Log ( ): Logs the text/number in it and reports the frame. Question ( ): adds something you don´t know to the debugger and reports the frame. Warn ( ): Warns something that could lead to a bug and reports the frame. Error ( ): Reports the error to the debugger and reports the frame.
ok by "reports" i mean it adds it to the list. If you log two things with 1 second of delay, you can check the framerate: less than 12 frames in between means it´s going slow from 12 to 24 means normal framerate more than 24 means fast framerate Useful to optimize the project