You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: