data class SetBreakpointResponse
Response type for the DebuggerDomain.setBreakpoint command.
<init> |
Response type for the DebuggerDomain.setBreakpoint command. SetBreakpointResponse(breakpointId: BreakpointId, actualLocation: Location) |
actualLocation |
Location this breakpoint resolved into. val actualLocation: Location |
breakpointId |
Id of the created breakpoint for further reference. val breakpointId: BreakpointId |