class Byebug::PostMortemSetting
def help
def help 'Enable/disable post-mortem mode' end
def value
def value Byebug.post_mortem? end
def value=(v)
def value=(v) v ? Byebug.post_mortem : Byebug.post_mortem = v end
def help 'Enable/disable post-mortem mode' end
def value Byebug.post_mortem? end
def value=(v) v ? Byebug.post_mortem : Byebug.post_mortem = v end