Kazuki Saito - 2008-03-29

Logged In: YES
user_id=308668
Originator: NO

Hi, Mr. James

This is FAQ.
Check below."Output commands (print or puts) not work
well."
http://rubyde.sourceforge.net/hiki/en/FAQ.html

If you want to clear this problem everytime,
you can make the below file and put it in [RUBY]/lib/ruby/1.8/ and,
set the value "-r rde_stdout" in Tools > Options > Debug command > Normal Mode

-- rde_stdout.rb
STDOUT.sync = true

Regards.