https://github.com/ccextractor/aztinydebug
Python Debugger that creates shareable video logs of a program's execution.
https://github.com/ccextractor/aztinydebug
debugger gci gci2019 python
Last synced: 6 months ago
JSON representation
Python Debugger that creates shareable video logs of a program's execution.
- Host: GitHub
- URL: https://github.com/ccextractor/aztinydebug
- Owner: CCExtractor
- License: mit
- Created: 2020-01-12T19:22:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T20:53:31.000Z (over 5 years ago)
- Last Synced: 2024-11-16T17:09:33.708Z (8 months ago)
- Topics: debugger, gci, gci2019, python
- Language: Python
- Homepage:
- Size: 675 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TinyDebug
TinyDebug is a Python tool used to create simple, shareable videos of step-by-step execution of code, just like this one:
## Installation
Use the `pip` package manager to install TinyDebug
```shell script
pip install tinydebug
```
Then, you can run it as a command-line tool:
```shell script
tinydebug --help
```
if that doesn't work, try running ``python -m tinydebug --help``.## Contributing
Want to contribute? That's awesome! Have a look at the issues page, and pick something to work on.
Please comment on an issue to let me know you're working on it, so that I can help you along the way :)Found a bug, some typo, or want to suggest a cool new feature? Open up an issue, we'll discuss it and start working on it!
And if you fix a small bug or want to make a small change that doesn't have an issue already, just send a pull request! Pull requests are always welcome.## License
This repository is maintained by AlephZero, and was created during Google Code-In 2019.
The code is licensed under the MIT license.