{{toc}}

Output commands (print or puts) not work well.

standard out is buffered. add"STDOUT.sync = true" to top line of the script.

When loading libraries on debug, it is too slow

Maybe debug.rb traces in libraries. set the order of reading libraries before debug.rb.(ex. -r phi -r debug2).

The ruby binary of cygwin does not run well on RDE.

Recomend MSWin version.

AutoComplete does not work.

[Edit]-[Fountain]-[Ruby] checked. AutoComplete works only on RubyFountain.

Cannot debug.

Before reporting to me, check ruby -r debug on command prompt. If -r debug donot work well, RDE cannot work well too.

Cannot debug on ruby 1.7.*.

Use rde.dll(so) in $RDE_PATH/ruby17 directory.