-
public final class GetPossibleBreakpointsRequestRequest object containing input parameters for the DebuggerDomain.getPossibleBreakpoints command.
-
-
Constructor Summary
Constructors Constructor Description GetPossibleBreakpointsRequest(Location start, Location end, Boolean restrictToFunction)
-
Method Summary
Modifier and Type Method Description final Locationcomponent1()final Locationcomponent2()final Booleancomponent3()final GetPossibleBreakpointsRequestcopy(Location start, Location end, Boolean restrictToFunction)final LocationgetStart()Start of range to search possible breakpoint locations in. final LocationgetEnd()End of range to search possible breakpoint locations in (excluding). final BooleangetRestrictToFunction()Only consider locations which are in the same (non-nested) function as start. -
-
Method Detail
-
component1
final Location component1()
-
component2
final Location component2()
-
component3
final Boolean component3()
-
copy
final GetPossibleBreakpointsRequest copy(Location start, Location end, Boolean restrictToFunction)
-
getEnd
final Location getEnd()
End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
-
getRestrictToFunction
final Boolean getRestrictToFunction()
Only consider locations which are in the same (non-nested) function as start.
-
-
-
-