debug

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2023 License: Apache-2.0 Imports: 4 Imported by: 8

Documentation

Index

Constants

View Source
const Debug = false

Variables

This section is empty.

Functions

func Stack

func Stack() string

Types

type Function added in v0.8.0

type Function struct {
	Name       string
	SystemName string
	Filename   string
}

type Location added in v0.8.0

type Location struct {
	FunctionID int
	Line       int64
}

type SymbolTable added in v0.8.0

type SymbolTable struct {
	Locations []Location
	Functions []Function
	// contains filtered or unexported fields
}

func NewSymbolTable added in v0.8.0

func NewSymbolTable() SymbolTable

func (*SymbolTable) CollectStack added in v0.8.0

func (st *SymbolTable) CollectStack() []int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL