Is there a way to flush output to the robot's diagnostic window?
I am using robocode Version 1.3 (05/17/2007)
Output only flushes periodically. Clicking on "next turn" while in
"Pause/debug" does not flush the user's diagnostic output sent via
System.out.printf(). Calling System.out.flush() in the run loop of an
"advanced robot" also fails to flush output to the robot's diagnostic
console. The lack of synchronization between video frames and
corresponding text output makes debugging difficult.