Hacker News new | ask | show | jobs
by FpUser 2286 days ago
So how we debug the code? I mean other than various form of logging/dump.
1 comments

There is solid debugging support for most Haxe targets on VSCode[1].

[1]: https://github.com/vshaxe/vshaxe/wiki/Debugging

This is interesting. Will take a look.