README.md
August 18, 2025 · View on GitHub
Debug tools for xonsh shell.
If you like the idea click ⭐ on the repo and tweet.
Installation
To install use pip:
xpip install xontrib-debug-tools
# or: xpip install -U git+https://github.com/xonsh/xontrib-debug-tools
Usage
The package contains:
pdb- Simple built-in debugger. Runs pdb on reception of SIGUSR1 signal.xog- Simple command to establish and print$XONSH_TRACEBACK_LOGFILE.
pdb
xontrib load pdb
xog
xontrib load xog
xog --help
See also
- xunter - Profiling for the xonsh shell based on hunter.
- xonsh-developer-toolkit - The xonsh developer toolkit contains all spectrum of instrument to develop xonsh shell.
Credits
This package was created with xontrib template.