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
[ruby/irb] Load history when starting a direct debug session
(ruby/irb#1046)
* Load history when starting a direct debug session
When starting a debug session directly with RUBY_DEBUG_IRB_CONSOLE=1 and
`require 'debug'; debugger`, IRB's history wasn't loaded. This commit ensures
history is loaded in this case by calling `load_history` when configuring IRB
for the debugger.
Fixesruby/irb#975
* Update test/irb/test_history.rb
* Update lib/irb/debug.rb
---------
ruby/irb@7f851b5353
Co-authored-by: Stan Lo <[email protected]>
0 commit comments