123456789_123456789_123456789_123456789_123456789_

Class: DEBUGGER__::LineBreakpoint::NearestISeq

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • ::Object
Defined in: lib/debug/breakpoint.rb

Instance Attribute Summary

Instance Attribute Details

#events (rw)

[ GitHub ]

  
# File 'lib/debug/breakpoint.rb', line 228

NearestISeq = Struct.new(:iseq, :line, :events)

#iseq (rw)

[ GitHub ]

  
# File 'lib/debug/breakpoint.rb', line 228

NearestISeq = Struct.new(:iseq, :line, :events)

#line (rw)

[ GitHub ]

  
# File 'lib/debug/breakpoint.rb', line 228

NearestISeq = Struct.new(:iseq, :line, :events)