From: aurelianito Date: 2005-10-22T09:12:01+09:00 Subject: Re: RDT under windows ... output buffered ??? > I'm finding that print statements are being buffered when I run apps > inside Eclipse w/ RDT. > > If I add a STDOUT.flush ... things get printed ... but, I don't have > to do that when I'm running from Linux ... Any comments ??? > > j. > > -- > "http://ruby-lang.org -- do you ruby?" > > Jeff Wood It's on the ruby eclipse page. you should write $stdout.sync=true or $stdout.flush. For more information, check out http://rubyeclipse.sourceforge.net/faq.rdt.html Regards, Aureliano.