alexmojaki / birdseye

Graphical Python debugger which lets you easily view the values of all evaluated expressions
https://birdseye.readthedocs.io
MIT License
1.65k stars 72 forks source link

Use freezegun's real_datetime if possible. Fixes #70 #71

Closed RobinRamael closed 6 years ago

RobinRamael commented 6 years ago

This avoids the Call being stored under the frozen time.

alexmojaki commented 6 years ago

Thanks! I get very few contributions so I really appreciate this. This looks good, but it's such a small change that I don't want to release it until I can combine it with something more significant. Is that OK?

RobinRamael commented 6 years ago

No thank you for this tool :)

The problem doesn't arise oten and when it does it's mostly confusing, not a showstopper, so I can wait.