Class: DEBUGGER__::UI_Base
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Inherits: | Object |
Defined in: | lib/debug/session.rb |
Instance Method Summary
Instance Method Details
#event(type, *args)
[ GitHub ]# File 'lib/debug/session.rb', line 1984
def event type, *args case type when :suspend_bp i, bp = *args puts "\nStop by \##{i} #{bp}" if bp when :suspend_trap puts "\nStop by #{args.first}" end end
#flush
[ GitHub ]# File 'lib/debug/session.rb', line 1994
def flush end