```ruby if Rails.env.development? require 'byebug/core' Byebug.start_server 'localhost', ENV["BYEBUGPORT"].to_i end ```