Skip to content

ccjimmy/beewatch

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 64.4%
  • JavaScript 28.9%
  • HTML 6.7%