class Byebug::Interface

def errmsg(message)


Prints an error message to the error stream.
def errmsg(message)
  error.print("*** #{message}\n")
end