Hello,
I was wondering if there exists a module that allows you to start an
interactive shell like irb from an arbritrary point in your script. The idea
is to first let a program run for a while to do processing and then start
the shell so I can check what the exact values of variables and contents of
hashes in memory are.
Irb does not seem to have a mode to (silently) run a script and then pass
control to the user so he can inspect things.
Regards,
Paul