はじめに 変数を確認したり、メソッドを呼び出す為の、デバックツールの導入方法のメモになります。 Gemfileに記入する Gemfile 記入前 group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'web-console' gem 'listen', '~> 3.0.5' # Spring speeds up development by keeping your application running in …