Method: PryExceptionExplorer.post_mortem!

Defined in:
lib/pry-exception_explorer.rb

.post_mortem!Object

Ensure exceptions are intercepted if they would terminate the program, and enable EE.



44
45
46
47
# File 'lib/pry-exception_explorer.rb', line 44

def post_mortem!
  self.enabled = true 
  self.post_mortem = true
end