class Byebug::ControlCommandProcessor

def prompt(_context)


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