Jump to letter: [
2346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-q - Quick and dirty python debugging output
- Description:
If you've ever been frustrated trying to debug with print because a web
application or a unittesting framework is swallowing your debugging output,
q will make you jump for joy.
import q
variable = 'Hmmm... something happened here'
q(variable)
cat /tmp/q
Packages
| python-q-2.5-2.el6.noarch
[15 KiB] |
Changelog
by Toshio Kuratomi (2014-12-12):
- Add prettyprint of values
- Make the tracing decorator more transparent
|