Contents

birdseye 0.9.4

0

Graphical Python debugger which lets you easily view the values of all evaluated expressions

Graphical Python debugger which lets you easily view the values of all evaluated expressions

Stars: 1525, Watchers: 1525, Forks: 76, Open Issues: 21

The alexmojaki/birdseye repo was created 5 years ago and was last updated 1 weeks ago.
The project is very popular with an impressive 1525 github stars!

How to Install birdseye

You can install birdseye using pip

pip install birdseye

or add it to a project with poetry

poetry add birdseye

Package Details

Author
Alex Hall
License
MIT
Homepage
http://github.com/alexmojaki/birdseye
PyPi
https://pypi.org/project/birdseye/
GitHub Repo
https://github.com/alexmojaki/birdseye

Classifiers

  • Software Development/Debuggers
No  birdseye  pypi packages just yet.

Errors

A list of common birdseye errors.

Code Examples

Here are some birdseye code examples and snippets.

Related Packages & Articles

mitmproxy 9.0.1

An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.

icecream 2.1.3

Never use print() to debug again; inspect variables, expressions, and program execution with a single, simple function call.

executing 1.2.0

This mini-package lets you get information about what a frame is currently doing, particularly the AST node being executed. Get the currently executing AST node of a frame, and other information