Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>BirdseyeNew to Visual Studio Code? Get it now.
Birdseye

Birdseye

Almenon

|
13,828 installs
| (0) | Free
Quick, convenient, expression-centric, graphical Python debugger using the AST
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Birdseye Downloads

Quick, convenient, expression-centric, graphical Python debugger using the AST

Stepping through loop iterations

Usage and features

  1. Decorate the function you want to debug (see documentation)
  2. Run your python file.
    • You can use any extension to do so. Examples:
    • Official Python Extension | Code Runner | AREPL | wolf
    • Or you can just use the command line... really anything works
  3. Launch birdseye
    • (F1 -> Birdseye)
    • 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 for the full documentation

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft