ruby-debug with Ruby 1.9.3?

前端 未结 9 1291
甜味超标
甜味超标 2020-11-28 04:41

I just updated to Ruby 1.9.3p0 and Rails 3.1.1. Now when I try to launch the server, it complains that I should install ruby-debug, even though it\'s already in

9条回答
  •  [愿得一人]
    2020-11-28 05:20

    Installation of linecache19 and ruby-debug-base19 can be easily done with:

    bash < <(curl -L https://raw.github.com/gist/1333785)
    

提交回复
热议问题