Hopwatch is an experimental tool in HTML5 that can help debugging Go programs.
It works by two-way communicating commands using a websocket between Go and Javascript in a browser.
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.
^ Ernest