123456789_123456789_123456789_123456789_123456789_

Module: DEBUGGER__::IrbPatch

Relationships & Source Files
Defined in: lib/debug/irb_integration.rb

Instance Method Summary

Instance Method Details

#evaluate(line, line_no)

[ GitHub ]

  
# File 'lib/debug/irb_integration.rb', line 7

def evaluate(line, line_no)
  SESSION.send(:restart_all_threads)
  super
  # This is to communicate with the test framework so it can feed the next input
  puts "INTERNAL_INFO: {}" if ENV['RUBY_DEBUG_TEST_UI'] == 'terminal'
ensure
  SESSION.send(:stop_all_threads)
end