gem ruby-debug19 for console error if ruby-debug19 not found

This commit is contained in:
Vishnu Atrai 2011-12-25 15:19:52 +05:30
parent 8eb3596617
commit 357837288f

@ -31,7 +31,7 @@ def start
require 'ruby-debug'
puts "=> Debugger enabled"
rescue Exception
puts "You need to install ruby-debug to run the console in debugging mode. With gems, use 'gem install ruby-debug'"
puts "You need to install ruby-debug19 to run the console in debugging mode. With gems, use 'gem install ruby-debug19'"
exit
end
end