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 value1
. 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 value1
. -
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
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.