vscode-hxcpp-debug
vscode-hxcpp-debug copied to clipboard
Freezes while inspecting sub-variables (unhandled ThreadLocation)
Steps:
Open test openfl, start the debugger, step down into the addChild
-> __setStageReference
. Open the stage
variable in the variables pane. Open the align
sub-variable of stage. Froze:
Could be related to #11, maybe it's just incredibly slow. But the adapter.log shows an unhandled ThreadLocation
message...
@jcward this bug is actual for linux, too
@jcward this is heisenbug, I think. it works fine with simply objects
tested with latest git-version of hxcpp-debug and latest git-version of vscode-hxcpp-debug