Location Document (Debugger API 2.0)
Represents the location in a script.
Property | Type | Constraints | Description |
---|---|---|---|
function_name
|
String | The name of the function in the halted script. | |
line_number
|
Integer | mandatory=true, nullable=false | The current line number inside the halted script. |
script_path
|
String | mandatory=true, nullable=false | The absolute path of the halted script. |