We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcde27 commit 03a5a79Copy full SHA for 03a5a79
examples/README.md
@@ -1,16 +1,25 @@
1
# Examples
2
3
-## C
+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
13
-Enter the `examples` directory then type
14
+You must click the run icon to begin running the program.
15
16
+## C
17
18
make -C examples hello_c_binary
19
gdbgui/backend.py examples/hello_c_binary
20
21
22
## C++
23
-
24
make -C examples hello_cpp
25
gdbgui/backend.py examples/hello_cpp_binary
0 commit comments