Skip to content

Commit

Permalink
more readme touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Smith committed Feb 16, 2017
1 parent 1bcde27 commit 03a5a79
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# Examples

## C
Clone gdbgui:

git clone https://github.com/cs01/gdbgui.git
cd gdbgui

Running the following commands will:

* open a new tab in your browser
* load the inferior binary
* insert a breakpoint at main

Enter the `examples` directory then type
You must click the run icon to begin running the program.

## C

make -C examples hello_c_binary
gdbgui/backend.py examples/hello_c_binary


## C++

Enter the `examples` directory then type

make -C examples hello_cpp
gdbgui/backend.py examples/hello_cpp_binary

0 comments on commit 03a5a79

Please sign in to comment.