Skip to content

Commit

Permalink
Feature: add some description into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chainhelen committed Jan 30, 2019
1 parent 0737eb5 commit 675f8ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -5,4 +5,15 @@ Copy part of the code as a personal learning only
开个新坑,go语言在linux下的调试器
本项目仅作为个人尝试学习之用,故会复制部分delve代码

```
export GO111MODULE=on
go build -o main main.go
// if you want to output log of debug, please do like below(如果想开调试日志,需要如下操作)
// export DBGLOG=stdout
./main debug ./test.go
```


inspire by [dlv](https://github.com/derekparker/delve)

0 comments on commit 675f8ab

Please sign in to comment.