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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.