class Byebug::InterruptCommand

def execute

def execute
    context = Byebug.thread_context(Thread.main)
    context.interrupt
end