class PryByebug::BreakCommand

def print_all

def print_all
  print_breakpoints_header
  breakpoints.each { |b| print_short_breakpoint(b) }
end