这是indexloc提供的服务,不要输入任何密码
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

Note:

  1. this repo is forked from https://github.com/hitzhangjie/tinydbg
  2. this branch is modified based on go-delve/delve@v1.24.1
  • keep the core design and logic
  • simplify platforms relevant info, only linux/amd64 kept

ps: The compiler and linker in Go 1.25 now generate debug information using DWARF version 5; the newer DWARF version reduces the space required for debugging information in Go binaries. DWARF 5 generation is gated by the “dwarf5” GOEXPERIMENT; this functionality can be disabled (for now) using GOEXPERIMENT=nodwarf5.


Delve

license Go Reference 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

Contributors 219

Languages