class Byebug::ControlProcessor


Processes commands when there’s not program running

def commands


Available commands
def commands
  super.select(&:allow_in_control)
end

def initialize(context = nil)

def initialize(context = nil)
  @context = context
end

def prompt


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