Skip to content

Commit 03a5a79

Browse files
author
Chad Smith
committed
more readme touchups
1 parent 1bcde27 commit 03a5a79

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

examples/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# Examples
22

3-
## C
3+
Clone gdbgui:
4+
5+
git clone https://github.com/cs01/gdbgui.git
6+
cd gdbgui
7+
8+
Running the following commands will:
9+
10+
* open a new tab in your browser
11+
* load the inferior binary
12+
* insert a breakpoint at main
413

5-
Enter the `examples` directory then type
14+
You must click the run icon to begin running the program.
15+
16+
## C
617

718
make -C examples hello_c_binary
819
gdbgui/backend.py examples/hello_c_binary
920

1021

1122
## C++
1223

13-
Enter the `examples` directory then type
14-
1524
make -C examples hello_cpp
1625
gdbgui/backend.py examples/hello_cpp_binary

0 commit comments

Comments
 (0)