As I have a beginner level in Ruby, I'd like to be able to run my programs step by step to understand better what it does and be better able to debug what I type wrong. Like with VBA for instance, where you can add "watch" to some variables and see at each step what your instructions do VS what you expect to see.
EDIT : would a debugger work on cloud9 ?