hxcpp-debugger
hxcpp-debugger copied to clipboard
crash on properties with getters in some cases
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
https://github.com/HaxeFoundation/haxe/issues/7253
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:
https://github.com/EliteMasterEric/hxcpp-Issue7253