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
In many cases a single "haxe" step in results in many "native" step ins (string allocations, boxing, GC collection, etc). If we are stepping into a haxe function and we find ourselves in the hxcpp internals we could immediately step out instead of repeatedly stepping in until we get out again.
The text was updated successfully, but these errors were encountered:
In many cases a single "haxe" step in results in many "native" step ins (string allocations, boxing, GC collection, etc). If we are stepping into a haxe function and we find ourselves in the hxcpp internals we could immediately step out instead of repeatedly stepping in until we get out again.
The text was updated successfully, but these errors were encountered: