@@ -11,7 +11,7 @@ A browser-based frontend/gui for GDB
11
11
.. image :: https://img.shields.io/badge/pypi-v0.7.3.11-blue.svg
12
12
:target: https://pypi.python.org/pypi/gdbgui/
13
13
14
- .. image :: https://img.shields.io/badge/python-2.7, 3.3, 3. 4, 3.5, pypy-blue.svg
14
+ .. image :: https://img.shields.io/badge/python-2.7, 3.4, 3.5, pypy-blue.svg
15
15
:target: https://pypi.python.org/pypi/gdbgui/
16
16
17
17
.. image :: https://img.shields.io/badge/development-active-green.svg
@@ -30,7 +30,7 @@ A browser-based frontend/gui for GDB
30
30
31
31
A modern, browser-based frontend to gdb (gnu debugger). Add breakpoints,
32
32
view stack traces, and more in C, C++, Go, and Rust! Simply run
33
- ``gdbgui `` from the terminal and a new tab will open in your browser.
33
+ ``gdbgui `` from the terminal and a new tab will open in your browser. ` Screenshots < https://github.com/cs01/gdbgui#screenshots >`_ are below.
34
34
35
35
Install
36
36
-------
@@ -67,8 +67,6 @@ optional arguments:
67
67
--no_browser By default, the browser will open with gdb gui. Pass
68
68
this flag so the browser does not open.
69
69
70
-
71
-
72
70
Features
73
71
--------
74
72
- Debug a different program in each tab (new gdb instance is spawned for each tab)
@@ -90,6 +88,10 @@ Why gdbgui?
90
88
- Written in widely used languages (Python and JavaScript)
91
89
- Open source and free
92
90
91
+ Examples
92
+ --------
93
+ See `https://github.com/cs01/gdbgui/tree/master/examples <https://github.com/cs01/gdbgui/tree/master/examples >`_
94
+
93
95
Compatibility
94
96
-------------
95
97
@@ -185,6 +187,8 @@ View source, assembly, add breakpoints. All symbols used to compile the target a
185
187
.. image :: https://github.com/cs01/gdbgui/raw/master/screenshots/source.png
186
188
:target: https://github.com/cs01/gdbgui/raw/master/screenshots/source.png
187
189
190
+ With assembly. Note the bold line is the current instruction that gdb is stopped on.
191
+
188
192
.. image :: https://github.com/cs01/gdbgui/raw/master/screenshots/source_with_assembly.png
189
193
:target: https://github.com/cs01/gdbgui/raw/master/screenshots/source_with_assembly.png
190
194
0 commit comments