in lib/pry-byebug/helpers/breakpoints.rb [62:72]
def print_breakpoints_header
header = "#{' ' * (max_width - 1)}# Enabled At "
output.puts <<-BREAKPOINTS.gsub(/ {8}/, "")
BREAKPOINTS
end