daemonchen / beewatch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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