Day one HaxeFlixel Coder. Stupid error, but Google isn't helping me.
How do I trace to FlashDevelop output using Haxe, NME and Flixel. It works when executing using C++, but nothing for Flash!
I've tried
trace("hello");
Lib.trace("hello"); //With correct imports
Sorry, feeling so stupid right now!