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 using binding.irb, the local source Ruby code is printed when the debugging session starts but if it's cleared there doesn't seem to be a method to reprint it.
Pry and byebug both offer a way to reprint the local source around the breakpoint without quitting the session. While it's understandable that binding.irb would have fewer features, this seems like an important one.
Terminal Emulator
What's your terminal emulator? iTerm 2
The text was updated successfully, but these errors were encountered:
Description
When using
binding.irb
, the local source Ruby code is printed when the debugging session starts but if it's cleared there doesn't seem to be a method to reprint it.Pry and byebug both offer a way to reprint the local source around the breakpoint without quitting the session. While it's understandable that
binding.irb
would have fewer features, this seems like an important one.Terminal Emulator
What's your terminal emulator? iTerm 2
The text was updated successfully, but these errors were encountered: