GoogleApi.CloudDebugger.V2.Model.SourceLocation (google_api_cloud_debugger v0.18.0) View Source

Represents a location in the source code.

Attributes

  • column (type: integer(), default: nil) - Column within a line. The first column in a line as the value 1. Agents that do not support setting breakpoints on specific columns ignore this field.
  • line (type: integer(), default: nil) - Line inside the file. The first line in the file has the value 1.
  • path (type: String.t, default: nil) - Path to the source file within the source context of the target binary.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDebugger.V2.Model.SourceLocation{
  column: integer() | nil,
  line: integer() | nil,
  path: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.