Graphical Python debugger which lets you easily view the values of all evaluated expressions
Project description
birdseye is a Python debugger which records the values of expressions in a function call and lets you easily view them after the function exits. For example:
You can use birdseye no matter how you run or edit your code. Just pip install birdseye, add the @eye decorator as seen above, run your function however you like, and view the results in your browser. It’s also integrated with some common tools for a smoother experience.
Rather than stepping through lines, move back and forth through loop iterations and see how the values of selected expressions change:
See which expressions raise exceptions, even if they’re suppressed:
Expand concrete data structures and objects to see their contents. Lengths and depths are limited to avoid an overload of data.
Calls are organised into functions (which are organised into files) and ordered by time, letting you see what happens at a glance:
Read more documentation here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for birdseye-0.9.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6658bea55228b39a541fd56dbc2ef6861296d84575cdce0bdaeca20d8348c29 |
|
MD5 | e0cb2d436dc54d1e257e59e84b018739 |
|
BLAKE2b-256 | a028cc28cf742c93740eeba69b47d72003ec286807698b40d30e742ef3d72144 |