Breakpoint Document (Debugger API 2.0)

Represents a breakpoint.

Property Type Constraints Description
condition String   Return the condition expression that must evaluate to true for the breakpoint to be honored.
id Integer   The breakpoint identifier. This property is created by the debugger.
line_number Integer mandatory=true, minIntegerValue=1, minLength=1, nullable=false The line number in the script. If the line number is not an executable line of code, the debugger will not stop at the breakpoint.
script_path String mandatory=true, nullable=false The absolute path to the script. The path starts with the '/' delimiter and ends with the name of the script file. The script file must have either a '.js' or '.ds' extension.