SetBreakpointOnFunctionCallResponse

@Serializable
data class SetBreakpointOnFunctionCallResponse(val breakpointId: BreakpointId)(source)

Response type for the DebuggerDomain.setBreakpointOnFunctionCall command.

Constructors

Link copied to clipboard
constructor(breakpointId: BreakpointId)

Properties

Link copied to clipboard

Id of the created breakpoint for further reference.