First of all I would like to say I am totallynew to the use of unit testing in general. I am currently evaluating FlexUnit and using the TestRunner.mxml for running the tests. I am only curious how I can let the FlexUnit ant task also show my trace()-statements. Because that makes it easier to fix issues in the code. Now I need to switch the normal application and compile it to check the trace output in the console. Only for working on the implementation and/or fixing one unit test case.
Anyone happen to have some ideas or suggestions how to get this going?