Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderVariable ¶
func RenderVariable(instance any, config *VariableConfig) string
RenderVariable returns the text representation of variable.
Types ¶
type StackFrame ¶
type StackFrame uintptr
func (StackFrame) FileLine ¶
func (s StackFrame) FileLine() (string, int)
func (StackFrame) Name ¶
func (s StackFrame) Name() string
func (StackFrame) PC ¶
func (s StackFrame) PC() uintptr
func (StackFrame) String ¶
func (s StackFrame) String() string
type StackTrace ¶
type StackTrace []uintptr
func GetStackTrace ¶
func GetStackTrace(skip int) *StackTrace
func (*StackTrace) String ¶
func (s *StackTrace) String() string
 Click to show internal directories. 
   Click to hide internal directories.