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
I suspect that this issue, or one tangential to it, is the cause of numerous occasions in which I will set a breakpoint, attempt to view member variables, and crash the debugger and the entire application with it.
I put together a project based on the sample code provided in the other issue, where you can set a breakpoint on line 22, hit F5 and watch the crash happen:
If something uncatchable occurs in property getter. And debugger at the time tries to print this property - it crashes. For eg: https://gist.github.com/nulld/71175b3b24fa56dcdb8d9fa169caa9f6
HaxeFoundation/haxe#7253
The text was updated successfully, but these errors were encountered: