offalynne/Input

Unable to debug

Closed this issue · 1 comments

I'm attempting to debug my game, but when I try all that appears is the line _input_system_tick();

Is there a way to debug my game while using Input?

Screenshot 2023-10-03 at 8 05 00 PM

This is unrelated to Input. All that's happening here is that this is where the game happens to be stopping when you hit the pause button in GameMaker's debugger. You can still debug the rest of the game as you normally would. If you want to step out of this particular function, press F10 on your keyboard.

You can learn more about GameMaker's debugger here: https://gamemaker.io/en/tutorials/debugger https://www.youtube.com/watch?v=iJH_uTq9iOQ