Class: SetBreakpointEvent

Inherits:
DebugEvent show all
Defined in:
lib/a-contracts.rb

Instance Attribute Summary collapse

Attributes inherited from DebugEvent

#file, #row

Attributes inherited from Event

#channel, #parent, #results, #sender, #time

Method Summary

Methods inherited from Event

#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?

Constructor Details

This class inherits a constructor from Event

Instance Attribute Details

#activeObject

Returns the value of attribute active.



141
142
143
# File 'lib/a-contracts.rb', line 141

def active
  @active
end

#line_codeObject

Returns the value of attribute line_code.



142
143
144
# File 'lib/a-contracts.rb', line 142

def line_code
  @line_code
end