class PryByebug::Processor

def initialize(interface = Byebug::LocalInterface.new)

def initialize(interface = Byebug::LocalInterface.new)
  super(interface)
  
  Byebug.handler = self
  @always_enabled = true
  @delayed = Hash.new(0)
end