完全Go语言实现的 Go Debugger。
这玩意很NB。
## Features
- Attach to an already running process
- Launch a process and begin debug session
- Set breakpoints, single step, step over functions, print variable contents, print thread and goroutine information
不过目前有以下限制:
1. golang版本需要1.4Beta以上;
2. 仅仅适用于Linux系统;