How does one embed IIRB inside of a IronRuby program?
In Ruby main, you can embed IRB inside of a Ruby script as described here. Is there a way to开发者_开发技巧 do something similar with IIRB inside an IronRuby script?
http://wiki.github.com/ironruby/ironruby/debugging might be useful to you ("repl binding" is the same as the one above, I believe, and is what I use).
精彩评论