flushing System.out.print to diagnostic window

View: New views
1 Messages — Rating Filter:   Alert me  

flushing System.out.print to diagnostic window

by David Giandomenico :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.