Salesforce B2C Commerce 23.5 > Script Debugger API (SDAPI) 2.0 > SDAPI Documents 2.0

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.
X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.