class DEBUGGER__::Session

def save_int_trap cmd

def save_int_trap cmd
  prev, @intercepted_sigint_cmd = @intercepted_sigint_cmd, cmd
  prev
end