0
在一個完全新的測試軌道的應用程序,我輸入:無法啓動軌調試器(使用Rails 3.1.3與1.9.3紅寶石)
$ sudo gem install ruby-debug19
$ bundle install
# and add the following line to my Gemfile
gem 'ruby-debug19', "~> 0.11.6"
$ rails server --debugger
我收到以下錯誤
You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'
我已經嘗試了十幾種變化。我在想什麼?
再次運行軟件包安裝。根據您的示例,您在運行軟件包安裝後更改了Gemfile。 – sosborn 2012-02-06 02:09:55
謝謝。這僅僅是我編輯不好的部分。可悲的是我做了一個捆綁安裝後...我認爲,調試器根本不兼容紅寶石1.9.3。 – 2012-02-18 00:19:36