1
我在webrick服務器上運行Rails應用程序,並想要在控制檯中顯示給我的錯誤消息。我安裝調試'gem install debugger'
和安裝進行得很小故障,但是當我在rails s --debugger
鍵入重新啓動服務器,我得到:在Webrick服務器上運行的Rails應用程序中的調試錯誤
You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'
所以我嘗試安裝紅寶石調試寶石,但我得到了以下錯誤:
錯誤:安裝ruby-debug錯誤: 錯誤:無法構建gem本機擴展。
/Users/Me/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
無法處理的1.9.x尚未 * extconf.rb失敗*
我的查詢是:什麼是與安裝的問題呢?其次,對我來說,獲取錯誤信息的最佳方式是什麼?