-
public final class SetBreakpointOnFunctionCallRequestRequest object containing input parameters for the DebuggerDomain.setBreakpointOnFunctionCall command.
-
-
Constructor Summary
Constructors Constructor Description SetBreakpointOnFunctionCallRequest(String objectId, String condition)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final SetBreakpointOnFunctionCallRequestcopy(String objectId, String condition)final StringgetObjectId()Function object id. final StringgetCondition()Expression to use as a breakpoint condition. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final SetBreakpointOnFunctionCallRequest copy(String objectId, String condition)
-
getObjectId
final String getObjectId()
Function object id.
-
getCondition
final String getCondition()
Expression to use as a breakpoint condition. When specified, debugger will stop on the breakpoint if this expression evaluates to true.
-
-
-
-