chainhelen / godbg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godbg

Start a new project, the debugger on linux platform for go

开个新坑,go语言在linux下的调试器

export GO111MODULE=on  
go build -o godbg main.go 
./godbg debug ./test_file/t1.go

or you can `make install` and use `godbg` globally   

display
display.gif

This project is inspired by dlv

Reference:

Writing a Linux Debugger

elf101-64.pdf

ELF_Format.pdf

About


Languages

Language:Go 99.8%Language:Makefile 0.2%