Anil Gollaa wrote:
basically to debug a ruby script we use:
ruby -rspecs -rdebug file.rb
which would debug ruby script line by line.
Is there any such debuging feauture in cucumber.
I just require 'ruby-debug' and set a debugger statement where I want to
stop it. When you run cucumber it will pop into rdg where you set the
breakpoint.
If that doesn't make sense, this post has more detail:
http://technicalpickles.com/posts/debugging-cucumber
-Ben
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users