Skip to content

shivakumargn/hopwatch

 
 

Repository files navigation

Hopwatch, a debugging tool for Go

Hopwatch is an experimental tool in HTML5 that can help debugging Go programs. It works by communicating to a WebSockets based client in Javascript. When your program calls the Break function, it sends debug information to the browser page and waits for user interaction. On the hopwatch page, the developer can view debug information and choose to resume the execution of the program.

###Documentation

http://go.pkgdoc.org/github.com/emicklei/hopwatch

© 2012, http://ernestmicklei.com. MIT License

About

webbased debugging for Go programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Shell 0.2%