agermanidis / livepython
- понедельник, 9 октября 2017 г. в 03:14:55
Visually trace your Python code in real time.
Livepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. It's meant to give you a quick grasp of a program's execution flow. It's less messy than sprinkling print statements throughout your code and simpler to use than debuggers/profilers.
Livepython can be launched from the command-line as easily as:
livepython [program] [args...]
Python Version | Compatible? |
---|---|
3.6 | |
3.5 | |
2.7 | |
2.6 |
npm install livepython -g
MIT