# File lib/ruby-debug-ide.rb, line 80 def interrupt_last skip do if context = last_context return nil unless context.thread.alive? context.interrupt end context end end