Python Forum
birdseye - a graphical python debugger
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
birdseye - a graphical python debugger
#1
Birdseye is a cool debugger that got released recently - check it out!

[Image: 68747470733a2f2f692e696d6775722e636f6d2f...622e676966]

You just "from birdseye import eye" and decorate your function with @eye.
It then saves the state of your function so when the program is done you can inspect all the variables.

[Image: 68747470733a2f2f692e696d6775722e636f6d2f...452e676966]

You can run it from the command line or as a VSCode extension.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is Python Support Graphical User Interface? ankitdixit 4 2,204 Apr-29-2022, 09:26 PM
Last Post: Axel_Erfurt
  Show pressure data in a nice graphical way? EmG 3 2,348 May-19-2020, 02:53 PM
Last Post: DPaul
  Graphical UI for Windows AndrzejB 1 1,893 Jul-05-2019, 10:34 AM
Last Post: buran
  making graphical image files Skaperen 2 2,311 Aug-14-2018, 06:18 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020