I would like to evaluate
def foo
puts "you done got fooed"
end
in the ruby-debug console. It works fine fine with irb. But in
ruby-debug, I can’t get the reader to continue reading input after a newline.
I’ve even tried ending the line in a backslash.
you can enter irb from rdebug: