Skip to content

This repo teaches you how to build a golang debugger in golang. This repo is forked from go-delve/delve and simplified for linux/amd64.

License

Notifications You must be signed in to change notification settings

hitzhangjie/tinydbg

Repository files navigation

README

Note: 该项目fork自go-delve/delve,本项目做了一些功能删减,以使其适合作为电子书《go符号级调试器设计开发》的示例,方便读者朋友能更方便快速地了解调试器设计开发的核心知识点。


Delve

license GoDoc Build Status

The GitHub issue tracker is for bugs only. Please use the developer mailing list for any feature proposals and discussions.

About Delve

Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible.

About

This repo teaches you how to build a golang debugger in golang. This repo is forked from go-delve/delve and simplified for linux/amd64.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published