Bee Watch is an interactive debugger for the Go programming language.
- Use
Critical
,Info
andTrace
three levels to change debugger behavior. Display()
variable values orPrintf()
with customized format.- User-friendly Web UI for WebSocket mode or easy-control command-line mode.
- Call
AddWatchVars()
to monitor variables and show their information when the program callsBreak()
. - Configuration file with your customized settings(
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.