stacktrace

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2016 License: Apache-2.0, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Frame

type Frame struct {
	File     string
	Function string
	Package  string
	Line     int
}

Frame contains all the information for a stack frame within a go program

func NewFrame

func NewFrame(pc uintptr, file string, line int) Frame

NewFrame returns a new stack frame for the provided information

type Stacktrace

type Stacktrace struct {
	Frames []Frame
}

func Capture

func Capture(userSkip int) Stacktrace

Caputure captures a stacktrace for the current calling go program

skip is the number of frames to skip

Jump to

Keyboard shortcuts

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