package
0.0.0-20211024004509-c2859541309b
Repository: https://github.com/wutka/gdb.git
Documentation: pkg.go.dev
# README
web example
This is a very simple example of how the web
package can be used to build
a web-based front end for GDB.
Usage
-
move into this directory;
-
compile the dummy test program with:
make -C test/ dummy
-
fetch the WebSocket library:
go get golang.org/x/net/websocket
-
start the server with:
go run main.go
then load
http://localhost:8080/
in your browser -
load the test program using a relative path
test/dummy
; -
the rest should be straightforward...