-
Notifications
You must be signed in to change notification settings - Fork 78
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
Debugging Aid #619
Comments
This is also necessary:
I am still testing internally, before I land this in public: c0223d7edc87c39b07e2a6d7e7ed24f6746fef8f This one is a cute one:
|
Also, useful, and important: track the liveness of framework objects, which I had previously removed, otherwise you can create two framework objects, and when the second goes away it clears the handle on the first one. |
I am using this debugging aid to track down when Godot releases objects:
And also this companion:
The text was updated successfully, but these errors were encountered: