google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.SourceLocation View Source

Represents a location in the source code.

Attributes

  • column (integer()): 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. Defaults to: null.
  • line (integer()): Line inside the file. The first line in the file has the value `1`. Defaults to: null.
  • path (String.t): Path to the source file within the source context of the target binary. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudDebugger.V2.Model.SourceLocation{
  column: any(),
  line: any(),
  path: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.