Debug tools for xonsh shell.
If you like the idea click ⭐ on the repo and tweet.
To install use pip:
xpip install xontrib-debug-tools
# or: xpip install -U git+https://github.com/xonsh/xontrib-debug-tools
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
.
xontrib load pdb
xontrib load xog
xog --help
- xunter - Profiling for the xonsh shell based on hunter.
This package was created with xontrib template.