I'm trying to debug something in Haxe while running Munit. Is there a way I can debug or print to the console information while running my tests?
Flash: There's a little grey arrow that you can click for each test that will show all traces.
CPP: haxelib run munit test -cpp cpp.Lib.print("foo");