class Byebug::Interface

def errmsg(*args)

Derived classes may want to override this to capture output.
Common routine for reporting byebug error messages.
def errmsg(*args)
  print '*** '
  print(*args)
end