Shinichi Torihara wrote:
>Q2: Are there debuggers for Ruby?
Ruby comes with a debugger. You can run it:
ruby -r debug yourfile.rb
It's a command-line tool, so I would think that
it work fine with a screen reader. The "h"
command will give you help. It's a lot like gdb
if you've used that.
Kevin