class Byebug::Interface
def errmsg(*args)
Common routine for reporting byebug error messages.
def errmsg(*args) if Byebug.annotate.to_i > 2 aprint 'error-begin' print(*args) aprint '' else print '*** ' print(*args) end end
def errmsg(*args) if Byebug.annotate.to_i > 2 aprint 'error-begin' print(*args) aprint '' else print '*** ' print(*args) end end