Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger breakpoints do nothing in the Android editor #76583

Closed
Booklight12 opened this issue Apr 29, 2023 · 4 comments
Closed

Debugger breakpoints do nothing in the Android editor #76583

Booklight12 opened this issue Apr 29, 2023 · 4 comments

Comments

@Booklight12
Copy link

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

@Calinou Calinou changed the title The debugger is not available The debugger is not available in the Android editor Apr 29, 2023
@Calinou Calinou changed the title The debugger is not available in the Android editor Debugger breakpoints do nothing in the Android editor Apr 29, 2023
@m4gr3d
Copy link
Contributor

m4gr3d commented May 30, 2023

@Booklight12 Can you provide a recording of the issue you're running into?

I am unable to repro the issue you described and have been able to successfully use the debugger with its full functionality in the Android editor.

@Booklight12
Copy link
Author

Here, print after the breakpoint is still executing。
here

@Booklight12
Copy link
Author

This version, by the way, does not close the debug window even if a code error occurs.

@m4gr3d
Copy link
Contributor

m4gr3d commented Nov 7, 2023

@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.

@m4gr3d m4gr3d closed this as completed Nov 7, 2023
@akien-mga akien-mga added this to the 4.2 milestone Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants