gleb-sevruk / pycrunch-trace

Time Travel Debugging for Python
https://pytrace.com
MIT License
152 stars 12 forks source link

Related projects #1

Open alexmojaki opened 4 years ago

alexmojaki commented 4 years ago

Hi! This project looks pretty cool. Just wanted to point you to some related projects you might be interested in:

Also I suggest that you make it easier to run the server locally. Ideally pip install pycrunch-trace should provide a single simple command that starts the server quickly.

gleb-britecore commented 4 years ago

I like how birdseye looks. I was trying to implement similar record/replay in my test runner ( https://pycrunch.com/docs/variables-tracing ), but it turns out HTML is much easier than Java Swing

Thanks for the suggestion about cli command integrated into the package, that is really good idea. I was thinking about Docker image before.

Will be adding it next week.