class Byebug::ControlCommandProcessor
def prompt(context)
The prompt shown before reading a command.
def prompt(context) p = '(byebug:ctrl) ' p = afmt("pre-prompt")+p+"\n"+afmt("prompt") if Byebug.annotate.to_i > 2 return p end
def prompt(context) p = '(byebug:ctrl) ' p = afmt("pre-prompt")+p+"\n"+afmt("prompt") if Byebug.annotate.to_i > 2 return p end