Got Continuum.hx, got Container in it, got characters in Container. Can’t find how to see, at runtime, during debug, the value of Continuum.Container.characters.
Any ideas? This adds to the cumbersomeness of working with Haxe. Another massive fail on the debugger’s side is that we can’t watch variables in anonymous functions ( VS Code (JS) can't watch the value of a variable in an anonymous function? - #6 by Kyliathy ) and even for class variables you have to write this.
before a variable’s name if you want to watch it.