2013-01-20から1日間の記事一覧

rails 3.2.9 の デバッガのセットアップ

rails 3.2.9 の デバッガのセットアップ install Gemfile # コメントを外す - # gem 'debugger' + gem 'debugger' bundle install $ bundle install execute $ rails s --debug 後は,ブレイクポイントを打ちたい場所に debbugger と書いておくだけで,ブラ…