.editorconfig
.gitignore
ChangeLog
Makefile
NEWS.md
README.md
__pkginfo__.py
setup.cfg
setup.py
admin-tools/how-to-make-a-release.md
admin-tools/make-dist-newer.sh
admin-tools/make-dist-older.sh
admin-tools/pyenv-versions-newer
admin-tools/pyenv-versions-older
admin-tools/setup-master.sh
admin-tools/setup-python-3.2.sh
screenshots/.gitignore
screenshots/README.md
screenshots/trepan-xpy-demo1.cast
screenshots/trepan-xpy-demo1.gif
screenshots/trepan-xpy-demo1.txt
screenshots/trepan-xpy-demo2.cast
test/example/fib.py
test/example/gcd.py
test/example/hanoi.py
trepanxpy/__init__.py
trepanxpy/__main__.py
trepanxpy/core.py
trepanxpy/debugger.py
trepanxpy/debugger_defaults.py
trepanxpy/events.py
trepanxpy/fmt.py
trepanxpy/version.py
trepanxpy.egg-info/PKG-INFO
trepanxpy.egg-info/SOURCES.txt
trepanxpy.egg-info/dependency_links.txt
trepanxpy.egg-info/entry_points.txt
trepanxpy.egg-info/not-zip-safe
trepanxpy.egg-info/requires.txt
trepanxpy.egg-info/top_level.txt
trepanxpy/processor/__init__.py
trepanxpy/processor/cmd.py
trepanxpy/processor/trace.py
trepanxpy/processor/command/__init__.py
trepanxpy/processor/command/continue.py
trepanxpy/processor/command/finish.py
trepanxpy/processor/command/info.py
trepanxpy/processor/command/next.py
trepanxpy/processor/command/python.py
trepanxpy/processor/command/quit.py
trepanxpy/processor/command/return.py
trepanxpy/processor/command/set.py
trepanxpy/processor/command/show.py
trepanxpy/processor/command/step.py
trepanxpy/processor/command/stepi.py
trepanxpy/processor/command/vmstack.py
trepanxpy/processor/command/info_subcmd/__init__.py
trepanxpy/processor/command/info_subcmd/blocks.py
trepanxpy/processor/command/info_subcmd/pc.py
trepanxpy/processor/command/info_subcmd/stack.py
trepanxpy/processor/command/set_subcmd/__init__.py
trepanxpy/processor/command/set_subcmd/autostack.py
trepanxpy/processor/command/set_subcmd/loglevel.py
trepanxpy/processor/command/set_subcmd/pc.py
trepanxpy/processor/command/show_subcmd/__init__.py
trepanxpy/processor/command/show_subcmd/autostack.py
trepanxpy/processor/command/show_subcmd/loglevel.py
trepanxpy/processor/command/vmstack_subcmd/__init__.py
trepanxpy/processor/command/vmstack_subcmd/peek.py
trepanxpy/processor/command/vmstack_subcmd/pop.py
trepanxpy/processor/command/vmstack_subcmd/push.py