example

command
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2018 License: MIT Imports: 4 Imported by: 0

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.

Screenshot

Usage

  1. move into this directory;

  2. compile the dummy test program with:

     make -C test/ dummy
    
  3. fetch the WebSocket library:

     go get golang.org/x/net/websocket
    
  4. start the server with:

     go run main.go
    

    then load http://localhost:8080/ in your browser

  5. load the test program using a relative path test/dummy;

  6. the rest should be straightforward...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL