class Byebug::Processor

def afmt(msg, newline="\n")

Format msg with gdb-style annotation header
def afmt(msg, newline="\n")
  "\032\032#{msg}#{newline}"
end