@@ -42,11 +42,11 @@ around a bytecode offset such as the place you are stopped at.
4242
4343So 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
4747We use information in the line number table in byte to understand
4848which 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
5151In the future we may allow specifiying an offset to indicate which
5252offset 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
8080can set the pygments color style, e.g. "colorful", "paraiso-dark". See
8181set_style _ . Furthermore, we make use of terminal bold and emphasized
8282text 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
8484pygments_style _, provided you have a terminal that supports 256
8585colors. If your terminal supports the basic ANSI color sequences only,
8686we 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
0 commit comments