Class
Debugger::EventProcessor
In:
lib/ruby-debug/event_processor.rb
Parent:
Object
Methods
at_breakpoint
at_catchpoint
at_line
at_line?
at_return
at_tracing
line_event
new
Attributes
context
[RW]
file
[RW]
line
[RW]
Public Class methods
new
(interface)
Public Instance methods
at_breakpoint
(context, breakpoint)
at_catchpoint
(context, excpt)
at_line
(context, file, line)
at_line?
()
at_return
(context, file, line)
at_tracing
(context, file, line)
line_event
(context, file, line)
[Validate]