class Byebug::InterruptCommand

def execute

def execute
  Byebug.start
  Byebug.thread_context(Thread.main).interrupt
end