debug

package
v0.0.0-...-ae8e47d Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Debug = false

Variables

This section is empty.

Functions

func Stack

func Stack() string

Types

type Function

type Function struct {
	Name       string
	SystemName string
	Filename   string
}

type Location

type Location struct {
	FunctionID int
	Line       int64
}

type SymbolTable

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

func NewSymbolTable

func NewSymbolTable() SymbolTable

func (*SymbolTable) CollectStack

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

Jump to

Keyboard shortcuts

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