class Byebug::PostMortemProcessor
Processes commands in post_mortem mode
def commands
def commands super.select(&:allow_in_post_mortem) end
def prompt
def prompt '(byebug:post_mortem) ' end
Processes commands in post_mortem mode
def commands super.select(&:allow_in_post_mortem) end
def prompt '(byebug:post_mortem) ' end