Beewatch

Bee Watch is an interactive debugger for the Go programming language.
Alternatives To Beewatch
Select To Compare


Readme

Bee Watch

Build Status

Bee Watch is an interactive debugger for the Go programming language.

Features

  • Use Critical, Info and Trace three levels to change debugger behavior.
  • Display() variable values or Printf() 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 calls Break().
  • Configuration file with your customized settings(beewatch.json).

Installation

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.

Quick start

beego.me/docs/Reference_BeeWatch

Credits

Examples and API documentation

Go Walker

License

Apache License, Version 2.0.

Popular Learning Resources Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Language
Programming