https://github.com/almenon/birdseye-vscode
vscode port of birdseye - a graphical Python debugger
https://github.com/almenon/birdseye-vscode
birdseye debugger python vscode vscode-extension
Last synced: 4 months ago
JSON representation
vscode port of birdseye - a graphical Python debugger
- Host: GitHub
- URL: https://github.com/almenon/birdseye-vscode
- Owner: Almenon
- License: mit
- Created: 2018-03-23T14:59:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T06:02:18.000Z (over 4 years ago)
- Last Synced: 2025-03-18T02:11:19.609Z (4 months ago)
- Topics: birdseye, debugger, python, vscode, vscode-extension
- Language: TypeScript
- Size: 741 KB
- Stars: 23
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Birdseye [](https://marketplace.visualstudio.com/items?itemName=almenon.birdseye-vscode)
Quick, convenient, expression-centric, graphical Python debugger using the AST

## Usage and features
1. Decorate the function you want to debug (see [documentation](https://birdseye.readthedocs.io/en/latest/quickstart.html))
2. Run your python file.
* You can use any extension to do so. Examples:
* [Official Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) | [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) | [AREPL](https://github.com/Almenon/AREPL-vscode) | [wolf](https://marketplace.visualstudio.com/items?itemName=traBpUkciP.wolf)
* Or you can just use the command line... really anything works
2. Launch birdseye
* (F1 -> [Birdseye](https://marketplace.visualstudio.com/items?itemName=almenon.birdseye-vscode))
* or Control-Shift-P to invoke the command palette and choose "Show Birdseye"This extension is just a wrapper around Alex Hall's wonderful birdseye library - look [here](https://birdseye.readthedocs.io) for the full documentation