/birdseye-vscode

vscode port of birdseye - a graphical Python debugger

Primary LanguageTypeScriptMIT LicenseMIT

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