deivid-rodriguez/pry-byebug

Audible bell when binding.pry

stdedos opened this issue · 1 comments

When trying to replicate a hard bug, I used to setup binding.pry statements to debug.
The testcase used, however, is time-sensitive, and time-consuming.

Would it make sense to have a configurable option, for sounding the terminal bell when binding is complete?

e.g. that
print "\a" ; $stdout.beep ; puts 7.chr ; bindind.pry
could somehow be a Pry option