Class: Google::Cloud::Debugger::Breakpoint::SourceLocation
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Debugger::Breakpoint::SourceLocation
 
 
- Defined in:
 - lib/google/cloud/debugger/breakpoint/source_location.rb
 
Overview
SourceLocation
Additional information about the source code location that's associated with the breakpoint.
See also #location.
Instance Attribute Summary collapse
- 
  
    
      #line  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Line inside the file.
 - 
  
    
      #path  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Path to the source file within the source context of the target binary.
 
Instance Attribute Details
#line ⇒ Object
Line inside the file. The first line in the file has the value 1.
      36 37 38  | 
    
      # File 'lib/google/cloud/debugger/breakpoint/source_location.rb', line 36 def line @line end  | 
  
#path ⇒ Object
Path to the source file within the source context of the target binary.
      32 33 34  | 
    
      # File 'lib/google/cloud/debugger/breakpoint/source_location.rb', line 32 def path @path end  |