vshaxe / hashlink-debugger

Visual Studio Code Debugger for Haxe/HashLink applications
https://hashlink.haxe.org/
MIT License
57 stars 23 forks source link

Overflow window when launch heaps project #46

Closed TheLostX closed 5 years ago

TheLostX commented 5 years ago

overflow

Just running a simple hello world heaps project, VSCode launch that exception. launch from terminal using command "hl file.hl" runs with no problem, build is also ok.

i'm using VSCode latest release x64, Haxe 4.0.0-rc.1 (i tried Haxe 4.0.0-preview.5 too) and hashlink 1.9 (tried 1.8 too)

ncannasse commented 5 years ago

Could you send me the file.hl that causes such problem?

TheLostX commented 5 years ago

Could you send me the file.hl that causes such problem?

hello.zip

that's the file, also, using HaxeDevelop works fine.

Gama11 commented 5 years ago

But HaxeDevelop doesn't even support HL debugging? :)

TheLostX commented 5 years ago

But HaxeDevelop doesn't even support HL debugging? :)

yeah i know, i'm just saying to give more details... i tried a lot of things in VSCode and my pc and nothing worked, just skip HL Debugger works :/

Gama11 commented 5 years ago

I was just confused about the "it works fine in HD" statement, considering it's not supported to begin with. ;)

ncannasse commented 5 years ago

Could you update to hashlink debugger 0.6.0 which I just released and try again?

TheLostX commented 5 years ago

Could you update to hashlink debugger 0.6.0 which I just released and try again?

Finally working!! Debugger and Game are running fine now, i tested the debugger with some null access, thank you :)!

hello