views:

5

answers:

1

Hi,

I am developing JRuby on textmate, do I have any debugger options?

At the moment I am using puts which is painstaking and drawn out.

Is there anyway, I can break during running code in the terminal and check values there?

Cheers

Paul

A: 

ruby-debug was the answer, I did need to install it via bundler though.

dagda1