class Byebug::CommandProcessor

def prompt(context)


Prompt shown before reading a command.
#
def prompt(context)
  p = "(byebug#{context.dead?  ? ':post-mortem' : ''}) "
  p = afmt("pre-prompt")+p+"\n"+afmt("prompt") if Byebug.annotate.to_i > 2
  return p
end