binding.pry

Get the call stack

  • caller.select { |call| !call.include?('/usr/local/bundle/gems') }

Print in formatted way

  • puts JSON.pretty_generate(params.to_unsafe_h)
  • Pry::ColorPrinter.pp(params.to_unsafe_h)

Add break point from console

  • break line_number break 06