Skip to content

Commit c33e111

Browse files
committed
Admnistrivia: bump version. Beef up README.rst
1 parent 894bdef commit c33e111

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ around a bytecode offset such as the place you are stopped at.
4242

4343
So far as I know, there is no other debugger that decompile code at runtime.
4444

45-
See the ``deparse`` command for details.
45+
See the deparse_ command for details.
4646

4747
We use information in the line number table in byte to understand
4848
which lines are breakpointable, and in which module or function the
49-
line appears in. Use ``info line`` to see this information.
49+
line appears in. Use info_line_ to see this information.
5050

5151
In the future we may allow specifiying an offset to indicate which
5252
offset to stop at when there are several choices for a given line
@@ -80,7 +80,7 @@ Terminal source code is colorized via pygments_ . And with that you
8080
can set the pygments color style, e.g. "colorful", "paraiso-dark". See
8181
set_style_ . Furthermore, we make use of terminal bold and emphasized
8282
text in debugger output and help text. Of course, you can also turn
83-
this off. Starting with release 0.6.0, you can use your own
83+
this off. You can use your own
8484
pygments_style_, provided you have a terminal that supports 256
8585
colors. If your terminal supports the basic ANSI color sequences only,
8686
we support that too in both dark and light themes.
@@ -298,6 +298,8 @@ See Also
298298
.. |license| image:: https://img.shields.io/pypi/l/trepan.svg
299299
:target: https://pypi.python.org/pypi/trepan3k
300300
:alt: License
301+
.. _deparse: https://python3-trepan.readthedocs.io/en/latest/commands/data/deparse.html
302+
.. _info_line: https://python3-trepan.readthedocs.io/en/latest/commands/info/line.html
301303
.. _set_style: https://python3-trepan.readthedocs.org/en/latest/commands/set/style.html
302304
.. _set_substitute: https://python3-trepan.readthedocs.org/en/latest/commands/set/substitute.html
303305
.. _set_width: https://python3-trepan.readthedocs.org/en/latest/commands/set/width.html

trepan/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# debugger version number.
66

77
# fmt: off
8-
__version__="1.2.6" # noqa
8+
__version__="1.2.7.dev0" # noqa

0 commit comments

Comments
 (0)