Class: Google::Devtools::Clouddebugger::V2::SourceLocation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb

Overview

Represents a location in the source code.

Instance Attribute Summary collapse

Instance Attribute Details

#lineInteger

Returns Line inside the file. The first line in the file has the value +1+.

Returns:

  • (Integer)

    Line inside the file. The first line in the file has the value +1+.



83
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 83

class SourceLocation; end

#pathString

Returns Path to the source file within the source context of the target binary.

Returns:

  • (String)

    Path to the source file within the source context of the target binary.



83
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/data.rb', line 83

class SourceLocation; end