Jeff Ward

Results 91 comments of Jeff Ward

More of the conversation: Hugh Sanderson [10:13 PM] If you are tracking creation count, you don't need to do anything in the collection If you are tracking lifetimes, then you...

While moving support was added here (https://github.com/HaxeFoundation/hxcpp/issues/332) there is still a crash being investigated here (come back to this when time allows): https://github.com/HaxeFoundation/hxcpp/issues/333

Hi @Sondro - I've written a quick example of how to implement hxScout / hxTelemetry support in a framework. This should be the info that someone needs to implement support...

Interesting... the display file appears to be: ``` --display,c:\users\nsmar_~1\appdata\local\temp\ed15d25f472a2ccbc56c31bd0f9b0dcea08711d7\Test.hx ``` Which is acknowledged just above: ``` > c:\users\nsmar_~1\appdata\local\temp\ed15d25f472a2ccbc56c31bd0f9b0dcea08711d7/Test.hx:9: characters 8-11 : Unexpected Sys Stats = 1 files, 1 classes, 1...

Also check back into #43 once I have a known set of good versions.

FYI, noted in readme: Tested working combo: Haxe 3.4, VSCode 1.8, hxcpp 3.4.69

Hi @madrazo - odd. All [that code](https://github.com/jcward/vscode-hxcpp-debug/blob/9d10f079f58bac5479279d40bf95cf4729938e9c/src/Main.hx#L302-L315) is doing is taking the args, and splitting them at the = sign, and taking the values on the right. `_runInTerminal` defaults to...

@madrazo I don't use JavaScript in this project, though VSCode is largely javascript. You could turn on the VSCode developer tools, then try to pause on exceptions, then try to...

Hmm, yes, I suppose chances are it's a 64-bit build. I'll see if I can do a 32-bit build later today.

Blast, I didn't find a working build env just sitting around... It might be a bit before I can get to it. Sorry.