-
public final class SetBreakpointResponseResponse type for the DebuggerDomain.setBreakpoint command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbreakpointIdprivate final LocationactualLocation
-
Constructor Summary
Constructors Constructor Description SetBreakpointResponse(String breakpointId, Location actualLocation)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Locationcomponent2()final SetBreakpointResponsecopy(String breakpointId, Location actualLocation)final StringgetBreakpointId()Id of the created breakpoint for further reference. final LocationgetActualLocation()Location this breakpoint resolved into. -
-
Method Detail
-
component1
final String component1()
-
component2
final Location component2()
-
copy
final SetBreakpointResponse copy(String breakpointId, Location actualLocation)
-
getBreakpointId
final String getBreakpointId()
Id of the created breakpoint for further reference.
-
getActualLocation
final Location getActualLocation()
Location this breakpoint resolved into.
-
-
-
-