Quick, convenient, expression-centric, graphical Python debugger using the AST
- Decorate the function you want to debug (see documentation)
- 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
- 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