birdseye-vscode icon indicating copy to clipboard operation
birdseye-vscode copied to clipboard

vscode port of birdseye - a graphical Python debugger

trafficstars

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.
  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