Skip to content

Commit 87a547f

Browse files
author
Chad Smith
committed
remove python 3.3 compatibility note in README; add screenshot link
1 parent b3fab7c commit 87a547f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A browser-based frontend/gui for GDB
1111
.. image:: https://img.shields.io/badge/pypi-v0.7.3.11-blue.svg
1212
:target: https://pypi.python.org/pypi/gdbgui/
1313

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
1515
:target: https://pypi.python.org/pypi/gdbgui/
1616

1717
.. image:: https://img.shields.io/badge/development-active-green.svg
@@ -30,7 +30,7 @@ A browser-based frontend/gui for GDB
3030

3131
A modern, browser-based frontend to gdb (gnu debugger). Add breakpoints,
3232
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.
3434

3535
Install
3636
-------
@@ -67,8 +67,6 @@ optional arguments:
6767
--no_browser By default, the browser will open with gdb gui. Pass
6868
this flag so the browser does not open.
6969

70-
71-
7270
Features
7371
--------
7472
- Debug a different program in each tab (new gdb instance is spawned for each tab)
@@ -90,6 +88,10 @@ Why gdbgui?
9088
- Written in widely used languages (Python and JavaScript)
9189
- Open source and free
9290

91+
Examples
92+
--------
93+
See `https://github.com/cs01/gdbgui/tree/master/examples <https://github.com/cs01/gdbgui/tree/master/examples>`_
94+
9395
Compatibility
9496
-------------
9597

@@ -185,6 +187,8 @@ View source, assembly, add breakpoints. All symbols used to compile the target a
185187
.. image:: https://github.com/cs01/gdbgui/raw/master/screenshots/source.png
186188
:target: https://github.com/cs01/gdbgui/raw/master/screenshots/source.png
187189

190+
With assembly. Note the bold line is the current instruction that gdb is stopped on.
191+
188192
.. image:: https://github.com/cs01/gdbgui/raw/master/screenshots/source_with_assembly.png
189193
:target: https://github.com/cs01/gdbgui/raw/master/screenshots/source_with_assembly.png
190194

0 commit comments

Comments
 (0)