class DEBUGGER__::Session

def check_postmortem

def check_postmortem
  if @postmortem
    raise PostmortemError, "Can not use this command on postmortem mode."
  end
end