Marcus Pointner
Marcus Pointner
Hi Jeff, now I switched in the new HaxeRemote(true, "127.0.0.1"); statement in the constructor of the Main.hx class ... recompiled ... and ...  ... it's...
could it be that, for whatever reason, the current MacOSX operating system allows only port connections higher than 10000 on the local network interface ('127.0.0.1' or 'localhost') ... ?!? It...
--- pmMacBookPro:Desktop marcus$ telnet 127.0.0.1 6972 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Haxe debug server v1.1 ready and willing, sir! --- server part seems to be OK...
full output for last attempt of compile & debug ... - \- - - - - - - - /tmp/adapter.log - - - - - - - 1450713215.29324: Reading 124...
just tried another few things, but it looks like that the compiles client NOT EVEN tries to connect ... my Main.hx looks like this: --- package; import openfl.display.Bitmap; import openfl.display.BitmapData;...
but when I try to build it from the command line, I get .... --- openfl build mac -64 -debug -DHXCPP_DEBUGGER xcrun --sdk macosx10.11 clang++ -Iinclude -c -fvisibility=hidden -stdlib=libstdc++ -g...
my launch.json now looks like this ... --- { "version": "0.2.0", "configurations": [ { "runtimeExecutable": "${execPath}", "args": [ "compilePath=${workspaceRoot}", "compileCommand=openfl build mac -64 -debug -DHXCPP_DEBUGGER", "runPath=${workspaceRoot}/Export/mac64/cpp/bin/", "runCommand=DisplayingABitmap", "runInTerminal=false" ], "name":...
OK, I will check that later ... have to leave for meeting family at dinner ... ;-)
Hi Jeff ... seems like I got the "Mac version" of the "Blue Screen of Death" on my MacBook now ...  after some recherche I assume...
That's interesting, have to try that !! ... (Just read that now, did not appear on my radar earlier / was also a few month away from computing due to...