deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Is it possible to make post_mortem the default behaviour? #829

Open senhalil opened 2 years ago

senhalil commented 2 years ago

set post_mortem works fine but it would be very useful if there was a way to activate this feature programmatically. I would be happy to help if the idea is acceptable and if I can get some pointers from the maintainers :pray:

Or this might make sense as a plugin similar to pry-rescue that makes the default byebug behaviour post_mortem is on.