Bee Watch is an interactive debugger for the Go programming language.
Critical
, Info
and Trace
three levels to change debugger behavior.Display()
variable values or Printf()
with customized format.AddWatchVars()
to monitor variables and show their information when the program calls Break()
.beewatch.json
).Bee Watch is a "go get" able Go project, you can execute the following command to auto-install:
go get github.com/beego/beewatch
Attention This project can only be installed by source code now.
beego.me/docs/Reference_BeeWatch