File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,6 +229,10 @@ Out-of-Process Debugging
229229
230230You 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+
232236Egg, 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/
You can’t perform that action at this time.
0 commit comments