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
(most likely this is related to the implementation of get_numChildren, which returns __children.length / wouldn't be initialized properly before super, but what I don't get is why we can't catch that exception)
To reproduce, create an empty OpenFL project with this as
Main
:Then set a breakpoint at the
trace
. Taking any action after the breakpoint is hit (continue, step over) results in a crash.When attaching a native C++ debugger, you can see that it crashes while printing
numChildren
.@nulld Any ideas? I thought that
-D HXCPP_CHECK_POINTER
should help, but it doesn't seem to.The text was updated successfully, but these errors were encountered: