class Byebug::Runner

def print_error(msg)


Prints an error message and a help string
def print_error(msg)
  interface.errmsg(msg)
  interface.puts(option_parser.help)
end