Skip to content

Commit 1882271

Browse files
committed
More README.rst feature tweaks
1 parent 7f4d138 commit 1882271

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ Out-of-Process Debugging
229229

230230
You can now debug your program in a different process or even a different computer on a different network!
231231

232+
Related, is flexible support for remapping path names from file
233+
system, e.g. that inside a docker container or on a remote filesystem
234+
with locally-installed files. See subst_ for more information.
235+
232236
Egg, Wheel, and Tarballs
233237
------------------------
234238

@@ -267,6 +271,7 @@ See Also
267271
* Tutorial_: Tutorial for how to use
268272
* https://github.com/rocky/trepan-xpy : Python debugger using this code to support `x-python <https://pypi.python.org/pypi/x-python>`_
269273
* https://pypi.python.org/pypi/uncompyle6 : Python decompiler
274+
* https://pypi.python.org/pypi/decompyle3 : Python 3.7 and 3.8 decompiler
270275
* https://pypi.python.org/pypi/xdis : cross-platform disassembler
271276

272277

@@ -298,6 +303,7 @@ See Also
298303
.. _set_width: https://python3-trepan.readthedocs.org/en/latest/commands/set/width.html
299304
.. _eval: https://python3-trepan.readthedocs.org/en/latest/commands/data/eval.html
300305
.. _step: https://python3-trepan.readthedocs.org/en/latest/commands/running/step.html
306+
.. _subst: https://python3-trepan.readthedocs.io/en/latest/commands/set/substitute.html
301307
.. _install: http://python3-trepan.readthedocs.org/en/latest/install.html
302308
.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/trepan3k.svg
303309
:target: https://pypi.python.org/pypi/trepan3k/

0 commit comments

Comments
 (0)