GetStackTraceResponse

@Serializable
data class GetStackTraceResponse(val stackTrace: StackTrace)(source)

Response type for the DebuggerDomain.getStackTrace command.

Constructors

Link copied to clipboard
constructor(stackTrace: StackTrace)

Properties

Link copied to clipboard