data class SetBreakpointOnFunctionCallResponse
Response type for the DebuggerDomain.setBreakpointOnFunctionCall command.
<init> |
Response type for the DebuggerDomain.setBreakpointOnFunctionCall command. SetBreakpointOnFunctionCallResponse(breakpointId: BreakpointId) |
breakpointId |
Id of the created breakpoint for further reference. val breakpointId: BreakpointId |