Having issues with Hashlink
-
I'm trying to use Haxeflixel with the Hashlink target, using vscode as my IDE. I'm using Windows 10.
Hashlink seems to work fine with anything other than HaxeFlixel. If I try to compile and build, vscode just says "Debugging Hashlink not supported". I can't work out what I'm doing wrong. Any ideas? Thanks.
-
You're not doing anything wrong, the Lime extension simply doesn't support HashLink debugging yet. You don't have to debug to build + run though, use the "lime test" task for that.
-
Ah, thanks. I thought I read somewhere that it was supported. I'll try the "lime test" task and see how I get on with that. Cheers!