chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / SetBreakpointOnFunctionCallResponse

SetBreakpointOnFunctionCallResponse

data class SetBreakpointOnFunctionCallResponse

Response type for the DebuggerDomain.setBreakpointOnFunctionCall command.

Constructors

<init>

Response type for the DebuggerDomain.setBreakpointOnFunctionCall command.

SetBreakpointOnFunctionCallResponse(breakpointId: BreakpointId)

Properties

breakpointId

Id of the created breakpoint for further reference.

val breakpointId: BreakpointId