Module: Kernel
- Defined in:
- lib/rdb/attach.rb
Instance Method Summary collapse
- #rdb ⇒ Object (also: #debugger)
Instance Method Details
#rdb ⇒ Object Also known as: debugger
2 3 4 5 6 7 |
# File 'lib/rdb/attach.rb', line 2 def rdb Byebug.handler = RemoteCommandProcessor.new Byebug.start Byebug.run_init_script(StringIO.new) Byebug.current_context.step_out(1, true) end |