module Byebug

def interrupt


Interrupts the current thread
def interrupt
  current_context.interrupt
end