Search code examples
intellij-ideahaxe

How do I debug or print to console in Munit Haxe?


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?


Solution

  • 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");