Fast debugging of variables

Who would know how boring it is to do debugging in GD5

Something like that, where you just click the icon and quickly see debug information what you need:

2 Likes

If you click on the bug icon next to the play button in GDevelop, it will open up the preview window along with a debugger. The debugger shows a lot of variable and scene information at a glance. Unfortunately, debugging is always a bit boring :sweat_smile:, but it’s one of the necessary evils of game development.