Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T06:02:18.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T01:41:31.172Z (3 months ago)
- Topics: birdseye, debugger, python, vscode, vscode-extension
- Language: TypeScript
- Size: 741 KB
- Stars: 23
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Birdseye [![Downloads](https://vsmarketplacebadge.apphb.com/installs/almenon.birdseye-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=almenon.birdseye-vscode)
Quick, convenient, expression-centric, graphical Python debugger using the AST
![Stepping through loop iterations](https://i.imgur.com/236Gj2E.gif)
## 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