class Byebug::ControlCommandProcessor

def prompt(context)


Prompt shown before reading a command.
def prompt(context)
  return '(byebug:ctrl) '
end