visdebug

Visual utils for debugging


Keywords
debugging, development
License
MIT
Install
pip install visdebug==0.0.1

Documentation

Some Debugging Utilities

Pre-alpha state.. don't use this yet :)

Right now there's just one: parr(array, indexes) This will print the array, and color each index of indexes in array.

For example: parr([5, 6, 9], [1]) Will print "5 6 9", where 6 has a grey background.