hxcpp-debugger icon indicating copy to clipboard operation
hxcpp-debugger copied to clipboard

crash on properties with getters in some cases

Open nulld opened this issue 7 years ago • 1 comments

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

nulld avatar Jul 06 '18 10:07 nulld

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

EliteMasterEric avatar Oct 14 '23 00:10 EliteMasterEric