Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StackFramesCountMax = StackFramesCount32
Functions ¶
func DefaultStackTraceMode ¶
func DefaultStackTraceMode()
func SetStackFramesCountMax ¶
func SetStackFramesCountMax(count StackFramesCount)
func SetStackTraceMode ¶
func SetStackTraceMode(v StackTraceMode)
Types ¶
type StackFramesCount ¶
type StackFramesCount = int32
const ( StackFramesCount16 StackFramesCount = 16 StackFramesCount32 StackFramesCount = 32 StackFramesCount64 StackFramesCount = 64 StackFramesCount128 StackFramesCount = 128 )
func GetStackFramesCountMax ¶
func GetStackFramesCountMax() StackFramesCount
type StackTraceMode ¶
type StackTraceMode int32
const ( StackTraceModeFrames StackTraceMode = iota StackTraceModeStacks StackTraceModeStackThenFrames StackTraceModeStackThenNothing StackTraceModeNothing )
func GetStackTraceMode ¶
func GetStackTraceMode() StackTraceMode
func KnownStackTraceModes ¶
func KnownStackTraceModes() []StackTraceMode
func (StackTraceMode) String ¶
func (m StackTraceMode) String() string
Click to show internal directories.
Click to hide internal directories.