SourceLocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a location in the source code.
Attributes |
|
|---|---|
| Name | Description |
path |
str
Path to the source file within the source context of the target binary. |
line |
int
Line inside the file. The first line in the file has the value 1.
|
column |
int
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.
|