Class: Google::Cloud::Debugger::Breakpoint::SourceLocation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#lineObject

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

#pathObject

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