You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Booklight12 Tested with Godot 4.2 beta 4 on a Google Pixel 5 and Galaxy Tab S8 and the issue is no longer reproducible.
Do note however that debugging is not officially supported on smaller screens because they lack the screen real estate to show both the debugger and the running project at the same time.
As a result, this gives the impression that the running project is frozen, because it's blocked by the debugger but the user is unable to access the debugger to resume it.
Godot version
all of Android
System information
Android
Issue description
godot's debugger is certainly powerful, but it doesn't work well on Android.
Steps to reproduce
Create a new project, then create a new script, put a breakpoint in the script, and try to run it.it doesn't work.
Minimal reproduction project
null
The text was updated successfully, but these errors were encountered: