Reference documentation and code samples for the google-cloud-debugger class Google::Cloud::Debugger::Breakpoint::SourceLocation.
SourceLocation
Additional information about the source code location that's associated with the breakpoint.
See also #location.
Inherits
- Object
Methods
#line
def line()Line inside the file. The first line in the file has the value 1.
#line=
def line=(value)Line inside the file. The first line in the file has the value 1.
#path
def path()Path to the source file within the source context of the target binary.
#path=
def path=(value)Path to the source file within the source context of the target binary.