GetStackTraceResponse

@Serializable
data class GetStackTraceResponse(val stackTrace: StackTrace)

Response type for the DebuggerDomain.getStackTrace command.

Constructors

Link copied to clipboard
constructor(stackTrace: StackTrace)

Properties

Link copied to clipboard

(undocumented in the protocol definition)