deivid-rodriguez / pry-byebug

Step-by-step debugging and stack navigation in Pry
MIT License
2k stars 136 forks source link

Audible bell when binding.pry #175

Open stdedos opened 6 years ago

stdedos commented 6 years ago

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

sagotsky commented 5 years ago

Does this help? https://rubygems.org/gems/pry-loudmouth/versions/0.1.0