The devel/pudb,python3 port
py3-pudb-2021.1 – console-based visual debugger for Python (cvsweb github mirror)
Description
PuDB is a full screen console-based python debugger. Features include: - syntax-highlighted source: stack, breakpoints and variables are visible and continuously updated. - simple, keyboard-based navigation using single keystrokes. - use search to find relevant source code, or use "m" to invoke the module browser that shows loaded modules, lets you load new ones and reload existing ones. - breakpoints can be set just by pointing at a source line and hitting "b" and then edited visually in the breakpoints window.WWW: https://pypi.python.org/pypi/pudb
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/bin/pudb3
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/LICENSE
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/entry_points.txt
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/pbr.json
- /usr/local/lib/python3.11/site-packages/pudb-2021.1.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/pudb/
- /usr/local/lib/python3.11/site-packages/pudb/__init__.py
- /usr/local/lib/python3.11/site-packages/pudb/__main__.py
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/__main__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/__main__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/b.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/b.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/debugger.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/debugger.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/forked.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/forked.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/ipython.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/ipython.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/lowlevel.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/lowlevel.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/remote.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/remote.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/run.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/run.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/settings.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/settings.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/shell.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/shell.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/source_view.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/source_view.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/theme.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/theme.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/ui_tools.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/ui_tools.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/var_view.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pudb/__pycache__/var_view.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pudb/b.py
- /usr/local/lib/python3.11/site-packages/pudb/debugger.py
- /usr/local/lib/python3.11/site-packages/pudb/forked.py
- /usr/local/lib/python3.11/site-packages/pudb/ipython.py
- /usr/local/lib/python3.11/site-packages/pudb/lowlevel.py
- /usr/local/lib/python3.11/site-packages/pudb/remote.py
- /usr/local/lib/python3.11/site-packages/pudb/run.py
- /usr/local/lib/python3.11/site-packages/pudb/settings.py
- /usr/local/lib/python3.11/site-packages/pudb/shell.py
- /usr/local/lib/python3.11/site-packages/pudb/source_view.py
- /usr/local/lib/python3.11/site-packages/pudb/theme.py
- /usr/local/lib/python3.11/site-packages/pudb/ui_tools.py
- /usr/local/lib/python3.11/site-packages/pudb/var_view.py
- @conflict py-pudb-*