Grace

Grace is a debugging/tracing framework in the Go programming language
Alternatives To Grace
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hydrogen19
4 years ago1mitC
A toy tracing JIT compiled programming language
Computergraphicsknowledge8
a month ago
Computer Graphics and Game Development Knowledge
Grace5
11 years agoGo
Grace is a debugging/tracing framework in the Go programming language
Dc Lang3
4 years agoC++
A toy programming language + tracing JIT
Useful Links3
4 years agounlicense
Collection of links I've collected
Raytrace3
a year ago11C++
SonicBoomRayTracingCode
Learning Path2
6 months agoPython
学习路径
Alternatives To Grace
Select To Compare


Alternative Project Comparisons
Readme

Grace

Grace is a very simple debugging/tracing framework written in the Go programming language. It is currently very young and doesn't do much, but does implment loading processes, setting arbitrary callbacks for breakpoints, and more importantly letting you set breakpoints symbolically in the presence of DWARF symbols.

Grace is also an awful example of idiomatic Go code, but that will change eventually.

To build, simply extract it anywhere and run:

GOPATH=`pwd` go build grace.go
./grace

(So far, Linux only)

Check grace.go for basic usage info.

Questions? @yan / [email protected]

Popular Programming Projects
Popular Tracing Projects
Popular Learning Resources Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Programming
Tracing
Breakpoint